COLOR #CFD39F

HEX: #CFD39F RGB: (207,211,159)

Color info

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

RGB color model

#CFD39F color RGB value is (207,211,159).

RGB: (207,211,159) (81%, 83%, 62%)

RGB channels and saturation

R 207 of 255 = 81%
G 211 of 255 = 83%
B 159 of 255 = 62%

207
211
159

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

Portions of RGB colors in percentages

R + G + B = 207 + 211 + 159 = 577 (100%)
R 207 of 577 ~ 35.88%
G 211 of 577 ~ 36.57%
B 159 of 577 ~ 27.56'%

%35.88
%36.57
%27.56

CMYK color model

#CFD39F color CMYK value is (2,0,25,17).

  • cyan value is 1.90%
  • magenta value is 0.00%
  • yellow value is 24.64%
  • key color value is 17.25%

CMYK: (2,0,25,17)
C2M0Y25K17 (2%, 0%, 25%, 17%)
(0.02 / 0.00 / 0.25 / 0.17)

CMYK percentages

%1.9
%0
%24.64
%17.25

Codes

Color #CFD39F in popluar color models

CF D3 9F
RGB 207 211 159
HSL 65° 37.14% 72.55%
HSB/HSV 65° 24.64% 82.75%
CMYK 1.90% 0.00% 24.64%
17.25%

Color #CFD39F in popluar number systems.

HEX CF D3 9F
Decimal 207 211 159
Binary 11001111 11010011 10011111
Octal 317 323 237

Shades and tints

Shades of #CFD39F

#CFD39F
(207,211,159)
#BDC091
(189,192,145)
#ABAD83
(171,173,131)
#999A75
(153,154,117)
#878767
(135,135,103)
#757459
(117,116,89)
#63614B
(99,97,75)
#514E3D
(81,78,61)
#3F3B2F
(63,59,47)
#2D2821
(45,40,33)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #CFD39F

#CFD39F
(207,211,159)
#D3D7A7
(211,215,167)
#D7DBAF
(215,219,175)
#DBDFB7
(219,223,183)
#DFE3BF
(223,227,191)
#E3E7C7
(227,231,199)
#E7EBCF
(231,235,207)
#EBEFD7
(235,239,215)
#EFF3DF
(239,243,223)
#F3F7E7
(243,247,231)
#F7FBEF
(247,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD39F color. Also use rgb(207,211,159) instead hex code.

Text Font Color

.myTextColor { color: #CFD39F; }

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

This text font color is #CFD39F.

Background Color

.myBgColor { background-color: #CFD39F; }

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

This div background color is #CFD39F.

Border color

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

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

This div border color is #CFD39F.

Opacity

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

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

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

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

This text has shadow with #CFD39F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFD39F.

Preview

Color preview on black background

This text has color #CFD39F on black background.


Color preview on white background

This text has color #CFD39F on white background.


Black color preview on #CFD39F background

This text has black color on #CFD39F background.


White color preview on #CFD39F background

This text has white color on #CFD39F background.


Related colors

Complementary color

Complementary color for #hex is #302C60.


I love getcolorcode.com

Triadic colors

1 #9FCFD3 and #D39FCF with #CFD39F are triadic colors.

2 #9FD3CF and #D3CF9F with #CFD39F are triadic colors.