COLOR #CFE3D4

HEX: #CFE3D4 RGB: (207,227,212)

Color info

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

RGB color model

#CFE3D4 color RGB value is (207,227,212).

RGB: (207,227,212) (81%, 89%, 83%)

RGB channels and saturation

R 207 of 255 = 81%
G 227 of 255 = 89%
B 212 of 255 = 83%

207
227
212

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

Portions of RGB colors in percentages

R + G + B = 207 + 227 + 212 = 646 (100%)
R 207 of 646 ~ 32.04%
G 227 of 646 ~ 35.14%
B 212 of 646 ~ 32.82'%

%32.04
%35.14
%32.82

CMYK color model

#CFE3D4 color CMYK value is (9,0,7,11).

  • cyan value is 8.81%
  • magenta value is 0.00%
  • yellow value is 6.61%
  • key color value is 10.98%
CMYK: (9,0,7,11) C9M0Y7K11 (9%,0%,7%,11%) (0.09/0.00/0.07/0.11) 

CMYK percentages

%8.81
%0
%6.61
%10.98

Codes

Color #CFE3D4 in popluar color models

CF E3 D4
RGB 207 227 212
HSL 135° 26.32% 85.10%
HSB/HSV 135° 8.81% 89.02%
CMYK 8.81% 0.00% 6.61%
10.98%

Color #CFE3D4 in popluar number systems.

HEX CF E3 D4
Decimal 207 227 212
Binary 11001111 11100011 11010100
Octal 317 343 324

Shades and tints

Shades of #CFE3D4

#CFE3D4
(207,227,212)
#BDCFC1
(189,207,193)
#ABBBAE
(171,187,174)
#99A79B
(153,167,155)
#879388
(135,147,136)
#757F75
(117,127,117)
#636B62
(99,107,98)
#51574F
(81,87,79)
#3F433C
(63,67,60)
#2D2F29
(45,47,41)
#1B1B16
(27,27,22)
#000000
(0,0,0)

Tints of #CFE3D4

#CFE3D4
(207,227,212)
#D3E5D7
(211,229,215)
#D7E7DA
(215,231,218)
#DBE9DD
(219,233,221)
#DFEBE0
(223,235,224)
#E3EDE3
(227,237,227)
#E7EFE6
(231,239,230)
#EBF1E9
(235,241,233)
#EFF3EC
(239,243,236)
#F3F5EF
(243,245,239)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE3D4 color. Also use rgb(207,227,212) instead hex code.

Text Font Color

.myTextColor { color: #CFE3D4; }

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

This text font color is #CFE3D4.

Background Color

.myBgColor { background-color: #CFE3D4; }

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

This div background color is #CFE3D4.

Border color

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

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

This div border color is #CFE3D4.

Opacity

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

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

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

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

This text has shadow with #CFE3D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE3D4.

Preview

Color preview on black background

This text has color #CFE3D4 on black background.


Color preview on white background

This text has color #CFE3D4 on white background.


Black color preview on #CFE3D4 background

This text has black color on #CFE3D4 background.


White color preview on #CFE3D4 background

This text has white color on #CFE3D4 background.


Related colors

Complementary color

Complementary color for #hex is #301C2B.


I love getcolorcode.com

Triadic colors

1 #D4CFE3 and #E3D4CF with #CFE3D4 are triadic colors.

2 #D4E3CF and #E3CFD4 with #CFE3D4 are triadic colors.