COLOR #C6E1CD

HEX: #C6E1CD RGB: (198,225,205)

Color info

#C6E1CD contains red, green and blue colors in about the same proportion. Web safe color of #C6E1CD is #CCCCCC (or #CCC).

RGB color model

#C6E1CD color RGB value is (198,225,205).

RGB: (198,225,205) (78%, 88%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 225 of 255 = 88%
B 205 of 255 = 80%

198
225
205

R + G + B ~ 82%. #C6E1CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 225 + 205 = 628 (100%)
R 198 of 628 ~ 31.53%
G 225 of 628 ~ 35.83%
B 205 of 628 ~ 32.64'%

%31.53
%35.83
%32.64

CMYK color model

#C6E1CD color CMYK value is (12,0,9,12).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 11.76%
CMYK: (12,0,9,12) C12M0Y9K12 (12%,0%,9%,12%) (0.12/0.00/0.09/0.12) 

CMYK percentages

%12
%0
%8.89
%11.76

Codes

Color #C6E1CD in popluar color models

C6 E1 CD
RGB 198 225 205
HSL 136° 31.03% 82.94%
HSB/HSV 136° 12.00% 88.24%
CMYK 12.00% 0.00% 8.89%
11.76%

Color #C6E1CD in popluar number systems.

HEX C6 E1 CD
Decimal 198 225 205
Binary 11000110 11100001 11001101
Octal 306 341 315

Shades and tints

Shades of #C6E1CD

#C6E1CD
(198,225,205)
#B4CDBB
(180,205,187)
#A2B9A9
(162,185,169)
#90A597
(144,165,151)
#7E9185
(126,145,133)
#6C7D73
(108,125,115)
#5A6961
(90,105,97)
#48554F
(72,85,79)
#36413D
(54,65,61)
#242D2B
(36,45,43)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #C6E1CD

#C6E1CD
(198,225,205)
#CBE3D1
(203,227,209)
#D0E5D5
(208,229,213)
#D5E7D9
(213,231,217)
#DAE9DD
(218,233,221)
#DFEBE1
(223,235,225)
#E4EDE5
(228,237,229)
#E9EFE9
(233,239,233)
#EEF1ED
(238,241,237)
#F3F3F1
(243,243,241)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E1CD color. Also use rgb(198,225,205) instead hex code.

Text Font Color

.myTextColor { color: #C6E1CD; }

<p style="color:#C6E1CD">This sample text font color is #C6E1CD.</p>

This text font color is #C6E1CD.

Background Color

.myBgColor { background-color: #C6E1CD; }

<div style="background-color:#C6E1CD">Inner text</div>

This div background color is #C6E1CD.

Border color

.myBorderColor { border: 1px solid #C6E1CD; }

<div style="border:3px solid #C6E1CD">Div</div>

This div border color is #C6E1CD.

Opacity

.myOpacity80 { color: #C6E1CD; opacity: 0.8; }

<p style="color:#C6E1CD;opacity:0.8;">80%</p>

Text with #C6E1CD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C6E1CD;}

<p style="text-shadow: 3px 3px 1px #C6E1CD">Text here.</p>

This text has shadow with #C6E1CD color.


.textShadow {text-shadow: 3px 3px 1px #C6E1CD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C6E1CD, 5px 5px 20px red">Text here.</p>

This text has shadow with #C6E1CD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6E1CD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C6E1CD, Direction=45, Strength=4)">Text</p>

This text has shadow with #C6E1CD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6E1CD;
-webkit-box-shadow: 1px 1px 3px 2px #C6E1CD;
box-shadow: 1px 1px 3px 2px #C6E1CD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6E1CD; -webkit-box-shadow: 1px 1px 3px 2px #C6E1CD; box-shadow:1px 1px 3px 2px #C6E1CD;">
Div content here
</div>

This div box has shadow with color #C6E1CD.

Preview

Color preview on black background

This text has color #C6E1CD on black background.


Color preview on white background

This text has color #C6E1CD on white background.


Black color preview on #C6E1CD background

This text has black color on #C6E1CD background.


White color preview on #C6E1CD background

This text has white color on #C6E1CD background.


Related colors

Complementary color

Complementary color for #hex is #391E32.


I love getcolorcode.com

Triadic colors

1 #CDC6E1 and #E1CDC6 with #C6E1CD are triadic colors.

2 #CDE1C6 and #E1C6CD with #C6E1CD are triadic colors.