COLOR #CFDDBE

HEX: #CFDDBE
RGB: (207,221,190)

Color info

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

RGB color model

#CFDDBE color RGB value is (207,221,190).

  • red value is 207;
  • green value is 221;
  • blue value is 190.
RGB:
(207,221,190)
(81%,87%,75%)

RGB channels and saturation

R 207 of 255 = 81%
G 221 of 255 = 87%
B 190 of 255 = 75%

207
221
190

R + G + B ~ 81%. #CFDDBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 221 + 190 = 618 (100%)
R 207 of 618 ~ 33.5%
G 221 of 618 ~ 35.76%
B 190 of 618 ~ 30.74%

%33.5
%35.76
%30.74

CMYK color model

#CFDDBE color CMYK value is (6,0,14,13).

  • cyan value is 6.33%
  • magenta value is 0.00%
  • yellow value is 14.03%
  • key color value is 13.33%
CMYK:
(6,0,14,13)
C6M0Y14K13 
(6%,0%,14%,13%)
(0.06/0.00/0.14/0.13)	

CMYK percentages

%6.33
%0
%14.03
%13.33

Codes

Color #CFDDBE in popluar color models

CFDDBE
RGB207221190
HSL87°31.31%80.59%
HSB/HSV87°14.03%86.67%
CMYK6.33%0.00%14.03%
13.33%

Color #CFDDBE in popluar number systems.

HEXCFDDBE
Decimal207221190
Binary110011111101110110111110
Octal317335276

Shades and tints

Shades of #CFDDBE

#CFDDBE
(207,221,190)
#BDC9AD
(189,201,173)
#ABB59C
(171,181,156)
#99A18B
(153,161,139)
#878D7A
(135,141,122)
#757969
(117,121,105)
#636558
(99,101,88)
#515147
(81,81,71)
#3F3D36
(63,61,54)
#2D2925
(45,41,37)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #CFDDBE

#CFDDBE
(207,221,190)
#D3E0C3
(211,224,195)
#D7E3C8
(215,227,200)
#DBE6CD
(219,230,205)
#DFE9D2
(223,233,210)
#E3ECD7
(227,236,215)
#E7EFDC
(231,239,220)
#EBF2E1
(235,242,225)
#EFF5E6
(239,245,230)
#F3F8EB
(243,248,235)
#F7FBF0
(247,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDDBE; }

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

This text font color is #CFDDBE.


Background Color

.myBgColor { background-color: #CFDDBE; }

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

This div background color is #CFDDBE.


Border color

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

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

This div border color is #CFDDBE.


Opacity

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

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

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

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

This text has shadow with #CFDDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFDDBE on black background.


Color preview on white background

This text has color #CFDDBE on white background.



Black color preview on #CFDDBE background

This text has black color on #CFDDBE background.


White color preview on #CFDDBE background

This text has white color on #CFDDBE background.