COLOR #CFC397

HEX: #CFC397
RGB: (207,195,151)

Color info

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

RGB color model

#CFC397 color RGB value is (207,195,151).

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

RGB channels and saturation

R 207 of 255 = 81%
G 195 of 255 = 76%
B 151 of 255 = 59%

207
195
151

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

Portions of RGB colors in percentages

R + G + B =
207 + 195 + 151 = 553 (100%)
R 207 of 553 ~ 37.43%
G 195 of 553 ~ 35.26%
B 151 of 553 ~ 27.31%

%37.43
%35.26
%27.31

CMYK color model

#CFC397 color CMYK value is (0,6,27,19).

  • cyan value is 0.00%
  • magenta value is 5.80%
  • yellow value is 27.05%
  • key color value is 18.82%
CMYK:
(0,6,27,19)
C0M6Y27K19 
(0%,6%,27%,19%)
(0.00/0.06/0.27/0.19)	

CMYK percentages

%0
%5.8
%27.05
%18.82

Codes

Color #CFC397 in popluar color models

CFC397
RGB207195151
HSL47°36.84%70.20%
HSB/HSV47°27.05%81.18%
CMYK0.00%5.80%27.05%
18.82%

Color #CFC397 in popluar number systems.

HEXCFC397
Decimal207195151
Binary110011111100001110010111
Octal317303227

Shades and tints

Shades of #CFC397

#CFC397
(207,195,151)
#BDB28A
(189,178,138)
#ABA17D
(171,161,125)
#999070
(153,144,112)
#877F63
(135,127,99)
#756E56
(117,110,86)
#635D49
(99,93,73)
#514C3C
(81,76,60)
#3F3B2F
(63,59,47)
#2D2A22
(45,42,34)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #CFC397

#CFC397
(207,195,151)
#D3C8A0
(211,200,160)
#D7CDA9
(215,205,169)
#DBD2B2
(219,210,178)
#DFD7BB
(223,215,187)
#E3DCC4
(227,220,196)
#E7E1CD
(231,225,205)
#EBE6D6
(235,230,214)
#EFEBDF
(239,235,223)
#F3F0E8
(243,240,232)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFC397; }

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

This text font color is #CFC397.


Background Color

.myBgColor { background-color: #CFC397; }

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

This div background color is #CFC397.


Border color

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

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

This div border color is #CFC397.


Opacity

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

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

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

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

This text has shadow with #CFC397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFC397 on black background.


Color preview on white background

This text has color #CFC397 on white background.



Black color preview on #CFC397 background

This text has black color on #CFC397 background.


White color preview on #CFC397 background

This text has white color on #CFC397 background.