COLOR #CFD37D

HEX: #CFD37D RGB: (207,211,125)

Color info

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

RGB color model

#CFD37D color RGB value is (207,211,125).

RGB: (207,211,125) (81%, 83%, 49%)

RGB channels and saturation

R 207 of 255 = 81%
G 211 of 255 = 83%
B 125 of 255 = 49%

207
211
125

R + G + B ~ 71%. #CFD37D is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 211 + 125 = 543 (100%)
R 207 of 543 ~ 38.12%
G 211 of 543 ~ 38.86%
B 125 of 543 ~ 23.02'%

%38.12
%38.86
%23.02

CMYK color model

#CFD37D color CMYK value is (2,0,41,17).

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

CMYK: (2,0,41,17)
C2M0Y41K17 (2%, 0%, 41%, 17%)
(0.02 / 0.00 / 0.41 / 0.17)

CMYK percentages

%1.9
%0
%40.76
%17.25

Codes

Color #CFD37D in popluar color models

CF D3 7D
RGB 207 211 125
HSL 63° 49.43% 65.88%
HSB/HSV 63° 40.76% 82.75%
CMYK 1.90% 0.00% 40.76%
17.25%

Color #CFD37D in popluar number systems.

HEX CF D3 7D
Decimal 207 211 125
Binary 11001111 11010011 1111101
Octal 317 323 175

Shades and tints

Shades of #CFD37D

#CFD37D
(207,211,125)
#BDC072
(189,192,114)
#ABAD67
(171,173,103)
#999A5C
(153,154,92)
#878751
(135,135,81)
#757446
(117,116,70)
#63613B
(99,97,59)
#514E30
(81,78,48)
#3F3B25
(63,59,37)
#2D281A
(45,40,26)
#1B150F
(27,21,15)
#000000
(0,0,0)

Tints of #CFD37D

#CFD37D
(207,211,125)
#D3D788
(211,215,136)
#D7DB93
(215,219,147)
#DBDF9E
(219,223,158)
#DFE3A9
(223,227,169)
#E3E7B4
(227,231,180)
#E7EBBF
(231,235,191)
#EBEFCA
(235,239,202)
#EFF3D5
(239,243,213)
#F3F7E0
(243,247,224)
#F7FBEB
(247,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFD37D; }

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

This text font color is #CFD37D.

Background Color

.myBgColor { background-color: #CFD37D; }

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

This div background color is #CFD37D.

Border color

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

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

This div border color is #CFD37D.

Opacity

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

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

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

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

This text has shadow with #CFD37D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFD37D.

Preview

Color preview on black background

This text has color #CFD37D on black background.


Color preview on white background

This text has color #CFD37D on white background.


Black color preview on #CFD37D background

This text has black color on #CFD37D background.


White color preview on #CFD37D background

This text has white color on #CFD37D background.


Related colors

Complementary color

Complementary color for #hex is #302C82.


I love getcolorcode.com

Triadic colors

1 #7DCFD3 and #D37DCF with #CFD37D are triadic colors.

2 #7DD3CF and #D3CF7D with #CFD37D are triadic colors.