COLOR #CFC67D

HEX: #CFC67D
RGB: (207,198,125)

Color info

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

RGB color model

#CFC67D color RGB value is (207,198,125).

  • red value is 207;
  • green value is 198;
  • blue value is 125.
RGB:
(207,198,125)
(81%,78%,49%)

RGB channels and saturation

R 207 of 255 = 81%
G 198 of 255 = 78%
B 125 of 255 = 49%

207
198
125

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

Portions of RGB colors in percentages

R + G + B =
207 + 198 + 125 = 530 (100%)
R 207 of 530 ~ 39.06%
G 198 of 530 ~ 37.36%
B 125 of 530 ~ 23.58%

%39.06
%37.36
%23.58

CMYK color model

#CFC67D color CMYK value is (0,4,40,19).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 39.61%
  • key color value is 18.82%
CMYK:
(0,4,40,19)
C0M4Y40K19 
(0%,4%,40%,19%)
(0.00/0.04/0.40/0.19)	

CMYK percentages

%0
%4.35
%39.61
%18.82

Codes

Color #CFC67D in popluar color models

CFC67D
RGB207198125
HSL53°46.07%65.10%
HSB/HSV53°39.61%81.18%
CMYK0.00%4.35%39.61%
18.82%

Color #CFC67D in popluar number systems.

HEXCFC67D
Decimal207198125
Binary11001111110001101111101
Octal317306175

Shades and tints

Shades of #CFC67D

#CFC67D
(207,198,125)
#BDB472
(189,180,114)
#ABA267
(171,162,103)
#99905C
(153,144,92)
#877E51
(135,126,81)
#756C46
(117,108,70)
#635A3B
(99,90,59)
#514830
(81,72,48)
#3F3625
(63,54,37)
#2D241A
(45,36,26)
#1B120F
(27,18,15)
#000000
(0,0,0)

Tints of #CFC67D

#CFC67D
(207,198,125)
#D3CB88
(211,203,136)
#D7D093
(215,208,147)
#DBD59E
(219,213,158)
#DFDAA9
(223,218,169)
#E3DFB4
(227,223,180)
#E7E4BF
(231,228,191)
#EBE9CA
(235,233,202)
#EFEED5
(239,238,213)
#F3F3E0
(243,243,224)
#F7F8EB
(247,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFC67D color. Also use rgb(207,198,125) instead hex code.

Text Font Color

.myTextColor { color: #CFC67D; }

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

This text font color is #CFC67D.


Background Color

.myBgColor { background-color: #CFC67D; }

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

This div background color is #CFC67D.


Border color

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

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

This div border color is #CFC67D.


Opacity

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

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

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

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

This text has shadow with #CFC67D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFC67D on black background.


Color preview on white background

This text has color #CFC67D on white background.



Black color preview on #CFC67D background

This text has black color on #CFC67D background.


White color preview on #CFC67D background

This text has white color on #CFC67D background.