COLOR #CFC391

HEX: #CFC391
RGB: (207,195,145)

Color info

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

RGB color model

#CFC391 color RGB value is (207,195,145).

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

RGB channels and saturation

R 207 of 255 = 81%
G 195 of 255 = 76%
B 145 of 255 = 57%

207
195
145

R + G + B ~ 71%. #CFC391 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 195 + 145 = 547 (100%)
R 207 of 547 ~ 37.84%
G 195 of 547 ~ 35.65%
B 145 of 547 ~ 26.51%

%37.84
%35.65
%26.51

CMYK color model

#CFC391 color CMYK value is (0,6,30,19).

  • cyan value is 0.00%
  • magenta value is 5.80%
  • yellow value is 29.95%
  • key color value is 18.82%
CMYK:
(0,6,30,19)
C0M6Y30K19 
(0%,6%,30%,19%)
(0.00/0.06/0.30/0.19)	

CMYK percentages

%0
%5.8
%29.95
%18.82

Codes

Color #CFC391 in popluar color models

CFC391
RGB207195145
HSL48°39.24%69.02%
HSB/HSV48°29.95%81.18%
CMYK0.00%5.80%29.95%
18.82%

Color #CFC391 in popluar number systems.

HEXCFC391
Decimal207195145
Binary110011111100001110010001
Octal317303221

Shades and tints

Shades of #CFC391

#CFC391
(207,195,145)
#BDB284
(189,178,132)
#ABA177
(171,161,119)
#99906A
(153,144,106)
#877F5D
(135,127,93)
#756E50
(117,110,80)
#635D43
(99,93,67)
#514C36
(81,76,54)
#3F3B29
(63,59,41)
#2D2A1C
(45,42,28)
#1B190F
(27,25,15)
#000000
(0,0,0)

Tints of #CFC391

#CFC391
(207,195,145)
#D3C89B
(211,200,155)
#D7CDA5
(215,205,165)
#DBD2AF
(219,210,175)
#DFD7B9
(223,215,185)
#E3DCC3
(227,220,195)
#E7E1CD
(231,225,205)
#EBE6D7
(235,230,215)
#EFEBE1
(239,235,225)
#F3F0EB
(243,240,235)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFC391; }

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

This text font color is #CFC391.


Background Color

.myBgColor { background-color: #CFC391; }

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

This div background color is #CFC391.


Border color

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

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

This div border color is #CFC391.


Opacity

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

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

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

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

This text has shadow with #CFC391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFC391 on black background.


Color preview on white background

This text has color #CFC391 on white background.



Black color preview on #CFC391 background

This text has black color on #CFC391 background.


White color preview on #CFC391 background

This text has white color on #CFC391 background.