COLOR #CFD197

HEX: #CFD197
RGB: (207,209,151)

Color info

#CFD197 contains red, green and blue colors in about the same proportion. Web safe color of #CFD197 is #CCCC99 (or #CC9).

RGB color model

#CFD197 color RGB value is (207,209,151).

  • red value is 207;
  • green value is 209;
  • blue value is 151.
RGB:
(207,209,151)
(81%,82%,59%)

RGB channels and saturation

R 207 of 255 = 81%
G 209 of 255 = 82%
B 151 of 255 = 59%

207
209
151

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

Portions of RGB colors in percentages

R + G + B =
207 + 209 + 151 = 567 (100%)
R 207 of 567 ~ 36.51%
G 209 of 567 ~ 36.86%
B 151 of 567 ~ 26.63%

%36.51
%36.86
%26.63

CMYK color model

#CFD197 color CMYK value is (1,0,28,18).

  • cyan value is 0.96%
  • magenta value is 0.00%
  • yellow value is 27.75%
  • key color value is 18.04%
CMYK:
(1,0,28,18)
C1M0Y28K18 
(1%,0%,28%,18%)
(0.01/0.00/0.28/0.18)	

CMYK percentages

%0.96
%0
%27.75
%18.04

Codes

Color #CFD197 in popluar color models

CFD197
RGB207209151
HSL62°38.67%70.59%
HSB/HSV62°27.75%81.96%
CMYK0.96%0.00%27.75%
18.04%

Color #CFD197 in popluar number systems.

HEXCFD197
Decimal207209151
Binary110011111101000110010111
Octal317321227

Shades and tints

Shades of #CFD197

#CFD197
(207,209,151)
#BDBE8A
(189,190,138)
#ABAB7D
(171,171,125)
#999870
(153,152,112)
#878563
(135,133,99)
#757256
(117,114,86)
#635F49
(99,95,73)
#514C3C
(81,76,60)
#3F392F
(63,57,47)
#2D2622
(45,38,34)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #CFD197

#CFD197
(207,209,151)
#D3D5A0
(211,213,160)
#D7D9A9
(215,217,169)
#DBDDB2
(219,221,178)
#DFE1BB
(223,225,187)
#E3E5C4
(227,229,196)
#E7E9CD
(231,233,205)
#EBEDD6
(235,237,214)
#EFF1DF
(239,241,223)
#F3F5E8
(243,245,232)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD197 color. Also use rgb(207,209,151) instead hex code.

Text Font Color

.myTextColor { color: #CFD197; }

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

This text font color is #CFD197.


Background Color

.myBgColor { background-color: #CFD197; }

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

This div background color is #CFD197.


Border color

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

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

This div border color is #CFD197.


Opacity

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

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

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

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

This text has shadow with #CFD197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD197 on black background.


Color preview on white background

This text has color #CFD197 on white background.



Black color preview on #CFD197 background

This text has black color on #CFD197 background.


White color preview on #CFD197 background

This text has white color on #CFD197 background.