COLOR #CFD599

HEX: #CFD599
RGB: (207,213,153)

Color info

#CFD599 contains mainly red and green colors. Web safe color of #CFD599 is #CCCC99 (or #CC9).

RGB color model

#CFD599 color RGB value is (207,213,153).

  • red value is 207;
  • green value is 213;
  • blue value is 153.
RGB:
(207,213,153)
(81%,84%,60%)

RGB channels and saturation

R 207 of 255 = 81%
G 213 of 255 = 84%
B 153 of 255 = 60%

207
213
153

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

Portions of RGB colors in percentages

R + G + B =
207 + 213 + 153 = 573 (100%)
R 207 of 573 ~ 36.13%
G 213 of 573 ~ 37.17%
B 153 of 573 ~ 26.7%

%36.13
%37.17
%26.7

CMYK color model

#CFD599 color CMYK value is (3,0,28,16).

  • cyan value is 2.82%
  • magenta value is 0.00%
  • yellow value is 28.17%
  • key color value is 16.47%
CMYK:
(3,0,28,16)
C3M0Y28K16 
(3%,0%,28%,16%)
(0.03/0.00/0.28/0.16)	

CMYK percentages

%2.82
%0
%28.17
%16.47

Codes

Color #CFD599 in popluar color models

CFD599
RGB207213153
HSL66°41.67%71.76%
HSB/HSV66°28.17%83.53%
CMYK2.82%0.00%28.17%
16.47%

Color #CFD599 in popluar number systems.

HEXCFD599
Decimal207213153
Binary110011111101010110011001
Octal317325231

Shades and tints

Shades of #CFD599

#CFD599
(207,213,153)
#BDC28C
(189,194,140)
#ABAF7F
(171,175,127)
#999C72
(153,156,114)
#878965
(135,137,101)
#757658
(117,118,88)
#63634B
(99,99,75)
#51503E
(81,80,62)
#3F3D31
(63,61,49)
#2D2A24
(45,42,36)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #CFD599

#CFD599
(207,213,153)
#D3D8A2
(211,216,162)
#D7DBAB
(215,219,171)
#DBDEB4
(219,222,180)
#DFE1BD
(223,225,189)
#E3E4C6
(227,228,198)
#E7E7CF
(231,231,207)
#EBEAD8
(235,234,216)
#EFEDE1
(239,237,225)
#F3F0EA
(243,240,234)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD599 color. Also use rgb(207,213,153) instead hex code.

Text Font Color

.myTextColor { color: #CFD599; }

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

This text font color is #CFD599.


Background Color

.myBgColor { background-color: #CFD599; }

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

This div background color is #CFD599.


Border color

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

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

This div border color is #CFD599.


Opacity

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

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

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

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

This text has shadow with #CFD599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD599 on black background.


Color preview on white background

This text has color #CFD599 on white background.



Black color preview on #CFD599 background

This text has black color on #CFD599 background.


White color preview on #CFD599 background

This text has white color on #CFD599 background.