COLOR #CFD09B

HEX: #CFD09B
RGB: (207,208,155)

Color info

#CFD09B contains red, green and blue colors in about the same proportion. Web safe color of #CFD09B is #CCCC99 (or #CC9).

RGB color model

#CFD09B color RGB value is (207,208,155).

  • red value is 207;
  • green value is 208;
  • blue value is 155.
RGB:
(207,208,155)
(81%,82%,61%)

RGB channels and saturation

R 207 of 255 = 81%
G 208 of 255 = 82%
B 155 of 255 = 61%

207
208
155

R + G + B ~ 75%. #CFD09B is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 208 + 155 = 570 (100%)
R 207 of 570 ~ 36.32%
G 208 of 570 ~ 36.49%
B 155 of 570 ~ 27.19%

%36.32
%36.49
%27.19

CMYK color model

#CFD09B color CMYK value is (0,0,25,18).

  • cyan value is 0.48%
  • magenta value is 0.00%
  • yellow value is 25.48%
  • key color value is 18.43%
CMYK:
(0,0,25,18)
C0M0Y25K18 
(0%,0%,25%,18%)
(0.00/0.00/0.25/0.18)	

CMYK percentages

%0.48
%0
%25.48
%18.43

Codes

Color #CFD09B in popluar color models

CFD09B
RGB207208155
HSL61°36.05%71.18%
HSB/HSV61°25.48%81.57%
CMYK0.48%0.00%25.48%
18.43%

Color #CFD09B in popluar number systems.

HEXCFD09B
Decimal207208155
Binary110011111101000010011011
Octal317320233

Shades and tints

Shades of #CFD09B

#CFD09B
(207,208,155)
#BDBE8D
(189,190,141)
#ABAC7F
(171,172,127)
#999A71
(153,154,113)
#878863
(135,136,99)
#757655
(117,118,85)
#636447
(99,100,71)
#515239
(81,82,57)
#3F402B
(63,64,43)
#2D2E1D
(45,46,29)
#1B1C0F
(27,28,15)
#000000
(0,0,0)

Tints of #CFD09B

#CFD09B
(207,208,155)
#D3D4A4
(211,212,164)
#D7D8AD
(215,216,173)
#DBDCB6
(219,220,182)
#DFE0BF
(223,224,191)
#E3E4C8
(227,228,200)
#E7E8D1
(231,232,209)
#EBECDA
(235,236,218)
#EFF0E3
(239,240,227)
#F3F4EC
(243,244,236)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD09B color. Also use rgb(207,208,155) instead hex code.

Text Font Color

.myTextColor { color: #CFD09B; }

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

This text font color is #CFD09B.


Background Color

.myBgColor { background-color: #CFD09B; }

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

This div background color is #CFD09B.


Border color

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

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

This div border color is #CFD09B.


Opacity

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

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

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

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

This text has shadow with #CFD09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD09B on black background.


Color preview on white background

This text has color #CFD09B on white background.



Black color preview on #CFD09B background

This text has black color on #CFD09B background.


White color preview on #CFD09B background

This text has white color on #CFD09B background.