COLOR #CFD64F

HEX: #CFD64F
RGB: (207,214,79)

Color info

#CFD64F contains mainly red and green colors. Web safe color of #CFD64F is #CCCC66 (or #CC6).

RGB color model

#CFD64F color RGB value is (207,214,79).

  • red value is 207;
  • green value is 214;
  • blue value is 79.
RGB:
(207,214,79)
(81%,84%,31%)

RGB channels and saturation

R 207 of 255 = 81%
G 214 of 255 = 84%
B 79 of 255 = 31%

207
214
79

R + G + B ~ 65%. #CFD64F is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 214 + 79 = 500 (100%)
R 207 of 500 ~ 41.4%
G 214 of 500 ~ 42.8%
B 79 of 500 ~ 15.8%

%41.4
%42.8
%15.8

CMYK color model

#CFD64F color CMYK value is (3,0,63,16).

  • cyan value is 3.27%
  • magenta value is 0.00%
  • yellow value is 63.08%
  • key color value is 16.08%
CMYK:
(3,0,63,16)
C3M0Y63K16 
(3%,0%,63%,16%)
(0.03/0.00/0.63/0.16)	

CMYK percentages

%3.27
%0
%63.08
%16.08

Codes

Color #CFD64F in popluar color models

CFD64F
RGB20721479
HSL63°62.21%57.45%
HSB/HSV63°63.08%83.92%
CMYK3.27%0.00%63.08%
16.08%

Color #CFD64F in popluar number systems.

HEXCFD64F
Decimal20721479
Binary11001111110101101001111
Octal317326117

Shades and tints

Shades of #CFD64F

#CFD64F
(207,214,79)
#BDC348
(189,195,72)
#ABB041
(171,176,65)
#999D3A
(153,157,58)
#878A33
(135,138,51)
#75772C
(117,119,44)
#636425
(99,100,37)
#51511E
(81,81,30)
#3F3E17
(63,62,23)
#2D2B10
(45,43,16)
#1B1809
(27,24,9)
#000000
(0,0,0)

Tints of #CFD64F

#CFD64F
(207,214,79)
#D3D95F
(211,217,95)
#D7DC6F
(215,220,111)
#DBDF7F
(219,223,127)
#DFE28F
(223,226,143)
#E3E59F
(227,229,159)
#E7E8AF
(231,232,175)
#EBEBBF
(235,235,191)
#EFEECF
(239,238,207)
#F3F1DF
(243,241,223)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD64F color. Also use rgb(207,214,79) instead hex code.

Text Font Color

.myTextColor { color: #CFD64F; }

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

This text font color is #CFD64F.


Background Color

.myBgColor { background-color: #CFD64F; }

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

This div background color is #CFD64F.


Border color

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

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

This div border color is #CFD64F.


Opacity

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

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

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

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

This text has shadow with #CFD64F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD64F on black background.


Color preview on white background

This text has color #CFD64F on white background.



Black color preview on #CFD64F background

This text has black color on #CFD64F background.


White color preview on #CFD64F background

This text has white color on #CFD64F background.