COLOR #CFE3DD

HEX: #CFE3DD RGB: (207,227,221)

Color info

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

RGB color model

#CFE3DD color RGB value is (207,227,221).

RGB: (207,227,221) (81%, 89%, 87%)

RGB channels and saturation

R 207 of 255 = 81%
G 227 of 255 = 89%
B 221 of 255 = 87%

207
227
221

R + G + B ~ 86%. #CFE3DD is light color.

Portions of RGB colors in percentages

R + G + B = 207 + 227 + 221 = 655 (100%)
R 207 of 655 ~ 31.6%
G 227 of 655 ~ 34.66%
B 221 of 655 ~ 33.74'%

%31.6
%34.66
%33.74

CMYK color model

#CFE3DD color CMYK value is (9,0,3,11).

  • cyan value is 8.81%
  • magenta value is 0.00%
  • yellow value is 2.64%
  • key color value is 10.98%

CMYK: (9,0,3,11)
C9M0Y3K11 (9%, 0%, 3%, 11%)
(0.09 / 0.00 / 0.03 / 0.11)

CMYK percentages

%8.81
%0
%2.64
%10.98

Codes

Color #CFE3DD in popluar color models

CF E3 DD
RGB 207 227 221
HSL 162° 26.32% 85.10%
HSB/HSV 162° 8.81% 89.02%
CMYK 8.81% 0.00% 2.64%
10.98%

Color #CFE3DD in popluar number systems.

HEX CF E3 DD
Decimal 207 227 221
Binary 11001111 11100011 11011101
Octal 317 343 335

Shades and tints

Shades of #CFE3DD

#CFE3DD
(207,227,221)
#BDCFC9
(189,207,201)
#ABBBB5
(171,187,181)
#99A7A1
(153,167,161)
#87938D
(135,147,141)
#757F79
(117,127,121)
#636B65
(99,107,101)
#515751
(81,87,81)
#3F433D
(63,67,61)
#2D2F29
(45,47,41)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #CFE3DD

#CFE3DD
(207,227,221)
#D3E5E0
(211,229,224)
#D7E7E3
(215,231,227)
#DBE9E6
(219,233,230)
#DFEBE9
(223,235,233)
#E3EDEC
(227,237,236)
#E7EFEF
(231,239,239)
#EBF1F2
(235,241,242)
#EFF3F5
(239,243,245)
#F3F5F8
(243,245,248)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE3DD; }

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

This text font color is #CFE3DD.

Background Color

.myBgColor { background-color: #CFE3DD; }

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

This div background color is #CFE3DD.

Border color

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

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

This div border color is #CFE3DD.

Opacity

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

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

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

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

This text has shadow with #CFE3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE3DD.

Preview

Color preview on black background

This text has color #CFE3DD on black background.


Color preview on white background

This text has color #CFE3DD on white background.


Black color preview on #CFE3DD background

This text has black color on #CFE3DD background.


White color preview on #CFE3DD background

This text has white color on #CFE3DD background.


Related colors

Complementary color

Complementary color for #hex is #301C22.


I love getcolorcode.com

Triadic colors

1 #DDCFE3 and #E3DDCF with #CFE3DD are triadic colors.

2 #DDE3CF and #E3CFDD with #CFE3DD are triadic colors.