COLOR #CFDBD9

HEX: #CFDBD9
RGB: (207,219,217)

Color info

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

RGB color model

#CFDBD9 color RGB value is (207,219,217).

  • red value is 207;
  • green value is 219;
  • blue value is 217.
RGB:
(207,219,217)
(81%,86%,85%)

RGB channels and saturation

R 207 of 255 = 81%
G 219 of 255 = 86%
B 217 of 255 = 85%

207
219
217

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

Portions of RGB colors in percentages

R + G + B =
207 + 219 + 217 = 643 (100%)
R 207 of 643 ~ 32.19%
G 219 of 643 ~ 34.06%
B 217 of 643 ~ 33.75%

%32.19
%34.06
%33.75

CMYK color model

#CFDBD9 color CMYK value is (5,0,1,14).

  • cyan value is 5.48%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 14.12%
CMYK:
(5,0,1,14)
C5M0Y1K14 
(5%,0%,1%,14%)
(0.05/0.00/0.01/0.14)	

CMYK percentages

%5.48
%0
%0.91
%14.12

Codes

Color #CFDBD9 in popluar color models

CFDBD9
RGB207219217
HSL170°14.29%83.53%
HSB/HSV170°5.48%85.88%
CMYK5.48%0.00%0.91%
14.12%

Color #CFDBD9 in popluar number systems.

HEXCFDBD9
Decimal207219217
Binary110011111101101111011001
Octal317333331

Shades and tints

Shades of #CFDBD9

#CFDBD9
(207,219,217)
#BDC8C6
(189,200,198)
#ABB5B3
(171,181,179)
#99A2A0
(153,162,160)
#878F8D
(135,143,141)
#757C7A
(117,124,122)
#636967
(99,105,103)
#515654
(81,86,84)
#3F4341
(63,67,65)
#2D302E
(45,48,46)
#1B1D1B
(27,29,27)
#000000
(0,0,0)

Tints of #CFDBD9

#CFDBD9
(207,219,217)
#D3DEDC
(211,222,220)
#D7E1DF
(215,225,223)
#DBE4E2
(219,228,226)
#DFE7E5
(223,231,229)
#E3EAE8
(227,234,232)
#E7EDEB
(231,237,235)
#EBF0EE
(235,240,238)
#EFF3F1
(239,243,241)
#F3F6F4
(243,246,244)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFDBD9 color. Also use rgb(207,219,217) instead hex code.

Text Font Color

.myTextColor { color: #CFDBD9; }

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

This text font color is #CFDBD9.


Background Color

.myBgColor { background-color: #CFDBD9; }

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

This div background color is #CFDBD9.


Border color

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

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

This div border color is #CFDBD9.


Opacity

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

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

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

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

This text has shadow with #CFDBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFDBD9 on black background.


Color preview on white background

This text has color #CFDBD9 on white background.



Black color preview on #CFDBD9 background

This text has black color on #CFDBD9 background.


White color preview on #CFDBD9 background

This text has white color on #CFDBD9 background.