COLOR #CFC588

HEX: #CFC588
RGB: (207,197,136)

Color info

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

RGB color model

#CFC588 color RGB value is (207,197,136).

  • red value is 207;
  • green value is 197;
  • blue value is 136.
RGB:
(207,197,136)
(81%,77%,53%)

RGB channels and saturation

R 207 of 255 = 81%
G 197 of 255 = 77%
B 136 of 255 = 53%

207
197
136

R + G + B ~ 70%. #CFC588 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 197 + 136 = 540 (100%)
R 207 of 540 ~ 38.33%
G 197 of 540 ~ 36.48%
B 136 of 540 ~ 25.19%

%38.33
%36.48
%25.19

CMYK color model

#CFC588 color CMYK value is (0,5,34,19).

  • cyan value is 0.00%
  • magenta value is 4.83%
  • yellow value is 34.30%
  • key color value is 18.82%
CMYK:
(0,5,34,19)
C0M5Y34K19 
(0%,5%,34%,19%)
(0.00/0.05/0.34/0.19)	

CMYK percentages

%0
%4.83
%34.3
%18.82

Codes

Color #CFC588 in popluar color models

CFC588
RGB207197136
HSL52°42.51%67.25%
HSB/HSV52°34.30%81.18%
CMYK0.00%4.83%34.30%
18.82%

Color #CFC588 in popluar number systems.

HEXCFC588
Decimal207197136
Binary110011111100010110001000
Octal317305210

Shades and tints

Shades of #CFC588

#CFC588
(207,197,136)
#BDB47C
(189,180,124)
#ABA370
(171,163,112)
#999264
(153,146,100)
#878158
(135,129,88)
#75704C
(117,112,76)
#635F40
(99,95,64)
#514E34
(81,78,52)
#3F3D28
(63,61,40)
#2D2C1C
(45,44,28)
#1B1B10
(27,27,16)
#000000
(0,0,0)

Tints of #CFC588

#CFC588
(207,197,136)
#D3CA92
(211,202,146)
#D7CF9C
(215,207,156)
#DBD4A6
(219,212,166)
#DFD9B0
(223,217,176)
#E3DEBA
(227,222,186)
#E7E3C4
(231,227,196)
#EBE8CE
(235,232,206)
#EFEDD8
(239,237,216)
#F3F2E2
(243,242,226)
#F7F7EC
(247,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFC588 color. Also use rgb(207,197,136) instead hex code.

Text Font Color

.myTextColor { color: #CFC588; }

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

This text font color is #CFC588.


Background Color

.myBgColor { background-color: #CFC588; }

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

This div background color is #CFC588.


Border color

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

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

This div border color is #CFC588.


Opacity

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

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

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

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

This text has shadow with #CFC588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFC588 on black background.


Color preview on white background

This text has color #CFC588 on white background.



Black color preview on #CFC588 background

This text has black color on #CFC588 background.


White color preview on #CFC588 background

This text has white color on #CFC588 background.