COLOR #CFD990

HEX: #CFD990
RGB: (207,217,144)

Color info

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

RGB color model

#CFD990 color RGB value is (207,217,144).

  • red value is 207;
  • green value is 217;
  • blue value is 144.
RGB:
(207,217,144)
(81%,85%,56%)

RGB channels and saturation

R 207 of 255 = 81%
G 217 of 255 = 85%
B 144 of 255 = 56%

207
217
144

R + G + B ~ 74%. #CFD990 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 217 + 144 = 568 (100%)
R 207 of 568 ~ 36.44%
G 217 of 568 ~ 38.2%
B 144 of 568 ~ 25.35%

%36.44
%38.2
%25.35

CMYK color model

#CFD990 color CMYK value is (5,0,34,15).

  • cyan value is 4.61%
  • magenta value is 0.00%
  • yellow value is 33.64%
  • key color value is 14.90%
CMYK:
(5,0,34,15)
C5M0Y34K15 
(5%,0%,34%,15%)
(0.05/0.00/0.34/0.15)	

CMYK percentages

%4.61
%0
%33.64
%14.9

Codes

Color #CFD990 in popluar color models

CFD990
RGB207217144
HSL68°48.99%70.78%
HSB/HSV68°33.64%85.10%
CMYK4.61%0.00%33.64%
14.90%

Color #CFD990 in popluar number systems.

HEXCFD990
Decimal207217144
Binary110011111101100110010000
Octal317331220

Shades and tints

Shades of #CFD990

#CFD990
(207,217,144)
#BDC683
(189,198,131)
#ABB376
(171,179,118)
#99A069
(153,160,105)
#878D5C
(135,141,92)
#757A4F
(117,122,79)
#636742
(99,103,66)
#515435
(81,84,53)
#3F4128
(63,65,40)
#2D2E1B
(45,46,27)
#1B1B0E
(27,27,14)
#000000
(0,0,0)

Tints of #CFD990

#CFD990
(207,217,144)
#D3DC9A
(211,220,154)
#D7DFA4
(215,223,164)
#DBE2AE
(219,226,174)
#DFE5B8
(223,229,184)
#E3E8C2
(227,232,194)
#E7EBCC
(231,235,204)
#EBEED6
(235,238,214)
#EFF1E0
(239,241,224)
#F3F4EA
(243,244,234)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFD990; }

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

This text font color is #CFD990.


Background Color

.myBgColor { background-color: #CFD990; }

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

This div background color is #CFD990.


Border color

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

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

This div border color is #CFD990.


Opacity

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

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

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

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

This text has shadow with #CFD990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD990 on black background.


Color preview on white background

This text has color #CFD990 on white background.



Black color preview on #CFD990 background

This text has black color on #CFD990 background.


White color preview on #CFD990 background

This text has white color on #CFD990 background.