COLOR #CFC57B

HEX: #CFC57B
RGB: (207,197,123)

Color info

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

RGB color model

#CFC57B color RGB value is (207,197,123).

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

RGB channels and saturation

R 207 of 255 = 81%
G 197 of 255 = 77%
B 123 of 255 = 48%

207
197
123

R + G + B ~ 69%. #CFC57B is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 197 + 123 = 527 (100%)
R 207 of 527 ~ 39.28%
G 197 of 527 ~ 37.38%
B 123 of 527 ~ 23.34%

%39.28
%37.38
%23.34

CMYK color model

#CFC57B color CMYK value is (0,5,41,19).

  • cyan value is 0.00%
  • magenta value is 4.83%
  • yellow value is 40.58%
  • key color value is 18.82%
CMYK:
(0,5,41,19)
C0M5Y41K19 
(0%,5%,41%,19%)
(0.00/0.05/0.41/0.19)	

CMYK percentages

%0
%4.83
%40.58
%18.82

Codes

Color #CFC57B in popluar color models

CFC57B
RGB207197123
HSL53°46.67%64.71%
HSB/HSV53°40.58%81.18%
CMYK0.00%4.83%40.58%
18.82%

Color #CFC57B in popluar number systems.

HEXCFC57B
Decimal207197123
Binary11001111110001011111011
Octal317305173

Shades and tints

Shades of #CFC57B

#CFC57B
(207,197,123)
#BDB470
(189,180,112)
#ABA365
(171,163,101)
#99925A
(153,146,90)
#87814F
(135,129,79)
#757044
(117,112,68)
#635F39
(99,95,57)
#514E2E
(81,78,46)
#3F3D23
(63,61,35)
#2D2C18
(45,44,24)
#1B1B0D
(27,27,13)
#000000
(0,0,0)

Tints of #CFC57B

#CFC57B
(207,197,123)
#D3CA87
(211,202,135)
#D7CF93
(215,207,147)
#DBD49F
(219,212,159)
#DFD9AB
(223,217,171)
#E3DEB7
(227,222,183)
#E7E3C3
(231,227,195)
#EBE8CF
(235,232,207)
#EFEDDB
(239,237,219)
#F3F2E7
(243,242,231)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFC57B; }

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

This text font color is #CFC57B.


Background Color

.myBgColor { background-color: #CFC57B; }

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

This div background color is #CFC57B.


Border color

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

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

This div border color is #CFC57B.


Opacity

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

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

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

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

This text has shadow with #CFC57B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFC57B on black background.


Color preview on white background

This text has color #CFC57B on white background.



Black color preview on #CFC57B background

This text has black color on #CFC57B background.


White color preview on #CFC57B background

This text has white color on #CFC57B background.