COLOR #CFD980

HEX: #CFD980 RGB: (207,217,128)

Color info

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

RGB color model

#CFD980 color RGB value is (207,217,128).

RGB: (207,217,128) (81%, 85%, 50%)

RGB channels and saturation

R 207 of 255 = 81%
G 217 of 255 = 85%
B 128 of 255 = 50%

207
217
128

R + G + B ~ 72%. #CFD980 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 217 + 128 = 552 (100%)
R 207 of 552 ~ 37.5%
G 217 of 552 ~ 39.31%
B 128 of 552 ~ 23.19'%

%37.5
%39.31
%23.19

CMYK color model

#CFD980 color CMYK value is (5,0,41,15).

  • cyan value is 4.61%
  • magenta value is 0.00%
  • yellow value is 41.01%
  • key color value is 14.90%
CMYK: (5,0,41,15) C5M0Y41K15 (5%,0%,41%,15%) (0.05/0.00/0.41/0.15) 

CMYK percentages

%4.61
%0
%41.01
%14.9

Codes

Color #CFD980 in popluar color models

CF D9 80
RGB 207 217 128
HSL 67° 53.94% 67.65%
HSB/HSV 67° 41.01% 85.10%
CMYK 4.61% 0.00% 41.01%
14.90%

Color #CFD980 in popluar number systems.

HEX CF D9 80
Decimal 207 217 128
Binary 11001111 11011001 10000000
Octal 317 331 200

Shades and tints

Shades of #CFD980

#CFD980
(207,217,128)
#BDC675
(189,198,117)
#ABB36A
(171,179,106)
#99A05F
(153,160,95)
#878D54
(135,141,84)
#757A49
(117,122,73)
#63673E
(99,103,62)
#515433
(81,84,51)
#3F4128
(63,65,40)
#2D2E1D
(45,46,29)
#1B1B12
(27,27,18)
#000000
(0,0,0)

Tints of #CFD980

#CFD980
(207,217,128)
#D3DC8B
(211,220,139)
#D7DF96
(215,223,150)
#DBE2A1
(219,226,161)
#DFE5AC
(223,229,172)
#E3E8B7
(227,232,183)
#E7EBC2
(231,235,194)
#EBEECD
(235,238,205)
#EFF1D8
(239,241,216)
#F3F4E3
(243,244,227)
#F7F7EE
(247,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD980 color. Also use rgb(207,217,128) instead hex code.

Text Font Color

.myTextColor { color: #CFD980; }

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

This text font color is #CFD980.

Background Color

.myBgColor { background-color: #CFD980; }

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

This div background color is #CFD980.

Border color

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

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

This div border color is #CFD980.

Opacity

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

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

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

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

This text has shadow with #CFD980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFD980.

Preview

Color preview on black background

This text has color #CFD980 on black background.


Color preview on white background

This text has color #CFD980 on white background.


Black color preview on #CFD980 background

This text has black color on #CFD980 background.


White color preview on #CFD980 background

This text has white color on #CFD980 background.


Related colors

Complementary color

Complementary color for #hex is #30267F.


I love getcolorcode.com

Triadic colors

1 #80CFD9 and #D980CF with #CFD980 are triadic colors.

2 #80D9CF and #D9CF80 with #CFD980 are triadic colors.