COLOR #CFECC9

HEX: #CFECC9 RGB: (207,236,201)

Color info

#CFECC9 contains red, green and blue colors in about the same proportion. Web safe color of #CFECC9 is #CCFFCC (or #CFC).

RGB color model

#CFECC9 color RGB value is (207,236,201).

RGB: (207,236,201) (81%, 93%, 79%)

RGB channels and saturation

R 207 of 255 = 81%
G 236 of 255 = 93%
B 201 of 255 = 79%

207
236
201

R + G + B ~ 84%. #CFECC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 236 + 201 = 644 (100%)
R 207 of 644 ~ 32.14%
G 236 of 644 ~ 36.65%
B 201 of 644 ~ 31.21'%

%32.14
%36.65
%31.21

CMYK color model

#CFECC9 color CMYK value is (12,0,15,7).

  • cyan value is 12.29%
  • magenta value is 0.00%
  • yellow value is 14.83%
  • key color value is 7.45%

CMYK: (12,0,15,7)
C12M0Y15K7 (12%, 0%, 15%, 7%)
(0.12 / 0.00 / 0.15 / 0.07)

CMYK percentages

%12.29
%0
%14.83
%7.45

Codes

Color #CFECC9 in popluar color models

CF EC C9
RGB 207 236 201
HSL 110° 47.95% 85.69%
HSB/HSV 110° 14.83% 92.55%
CMYK 12.29% 0.00% 14.83%
7.45%

Color #CFECC9 in popluar number systems.

HEX CF EC C9
Decimal 207 236 201
Binary 11001111 11101100 11001001
Octal 317 354 311

Shades and tints

Shades of #CFECC9

#CFECC9
(207,236,201)
#BDD7B7
(189,215,183)
#ABC2A5
(171,194,165)
#99AD93
(153,173,147)
#879881
(135,152,129)
#75836F
(117,131,111)
#636E5D
(99,110,93)
#51594B
(81,89,75)
#3F4439
(63,68,57)
#2D2F27
(45,47,39)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #CFECC9

#CFECC9
(207,236,201)
#D3EDCD
(211,237,205)
#D7EED1
(215,238,209)
#DBEFD5
(219,239,213)
#DFF0D9
(223,240,217)
#E3F1DD
(227,241,221)
#E7F2E1
(231,242,225)
#EBF3E5
(235,243,229)
#EFF4E9
(239,244,233)
#F3F5ED
(243,245,237)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFECC9 color. Also use rgb(207,236,201) instead hex code.

Text Font Color

.myTextColor { color: #CFECC9; }

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

This text font color is #CFECC9.

Background Color

.myBgColor { background-color: #CFECC9; }

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

This div background color is #CFECC9.

Border color

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

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

This div border color is #CFECC9.

Opacity

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

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

Text with #CFECC9 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 #CFECC9;}

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

This text has shadow with #CFECC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFECC9.

Preview

Color preview on black background

This text has color #CFECC9 on black background.


Color preview on white background

This text has color #CFECC9 on white background.


Black color preview on #CFECC9 background

This text has black color on #CFECC9 background.


White color preview on #CFECC9 background

This text has white color on #CFECC9 background.


Related colors

Complementary color

Complementary color for #hex is #301336.


I love getcolorcode.com

Triadic colors

1 #C9CFEC and #ECC9CF with #CFECC9 are triadic colors.

2 #C9ECCF and #ECCFC9 with #CFECC9 are triadic colors.