COLOR #CFE6D7

HEX: #CFE6D7 RGB: (207,230,215)

Color info

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

RGB color model

#CFE6D7 color RGB value is (207,230,215).

RGB: (207,230,215) (81%, 90%, 84%)

RGB channels and saturation

R 207 of 255 = 81%
G 230 of 255 = 90%
B 215 of 255 = 84%

207
230
215

R + G + B ~ 85%. #CFE6D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 230 + 215 = 652 (100%)
R 207 of 652 ~ 31.75%
G 230 of 652 ~ 35.28%
B 215 of 652 ~ 32.98'%

%31.75
%35.28
%32.98

CMYK color model

#CFE6D7 color CMYK value is (10,0,7,10).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 9.80%

CMYK: (10,0,7,10)
C10M0Y7K10 (10%, 0%, 7%, 10%)
(0.10 / 0.00 / 0.07 / 0.10)

CMYK percentages

%10
%0
%6.52
%9.8

Codes

Color #CFE6D7 in popluar color models

CF E6 D7
RGB 207 230 215
HSL 141° 31.51% 85.69%
HSB/HSV 141° 10.00% 90.20%
CMYK 10.00% 0.00% 6.52%
9.80%

Color #CFE6D7 in popluar number systems.

HEX CF E6 D7
Decimal 207 230 215
Binary 11001111 11100110 11010111
Octal 317 346 327

Shades and tints

Shades of #CFE6D7

#CFE6D7
(207,230,215)
#BDD2C4
(189,210,196)
#ABBEB1
(171,190,177)
#99AA9E
(153,170,158)
#87968B
(135,150,139)
#758278
(117,130,120)
#636E65
(99,110,101)
#515A52
(81,90,82)
#3F463F
(63,70,63)
#2D322C
(45,50,44)
#1B1E19
(27,30,25)
#000000
(0,0,0)

Tints of #CFE6D7

#CFE6D7
(207,230,215)
#D3E8DA
(211,232,218)
#D7EADD
(215,234,221)
#DBECE0
(219,236,224)
#DFEEE3
(223,238,227)
#E3F0E6
(227,240,230)
#E7F2E9
(231,242,233)
#EBF4EC
(235,244,236)
#EFF6EF
(239,246,239)
#F3F8F2
(243,248,242)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE6D7 color. Also use rgb(207,230,215) instead hex code.

Text Font Color

.myTextColor { color: #CFE6D7; }

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

This text font color is #CFE6D7.

Background Color

.myBgColor { background-color: #CFE6D7; }

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

This div background color is #CFE6D7.

Border color

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

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

This div border color is #CFE6D7.

Opacity

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

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

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

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

This text has shadow with #CFE6D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE6D7.

Preview

Color preview on black background

This text has color #CFE6D7 on black background.


Color preview on white background

This text has color #CFE6D7 on white background.


Black color preview on #CFE6D7 background

This text has black color on #CFE6D7 background.


White color preview on #CFE6D7 background

This text has white color on #CFE6D7 background.


Related colors

Complementary color

Complementary color for #hex is #301928.


I love getcolorcode.com

Triadic colors

1 #D7CFE6 and #E6D7CF with #CFE6D7 are triadic colors.

2 #D7E6CF and #E6CFD7 with #CFE6D7 are triadic colors.