COLOR #CFB19B

HEX: #CFB19B
RGB: (207,177,155)

Color info

#CFB19B contains red, green and blue colors in about the same proportion. Web safe color of #CFB19B is #CC9999 (or #C99).

RGB color model

#CFB19B color RGB value is (207,177,155).

  • red value is 207;
  • green value is 177;
  • blue value is 155.
RGB:
(207,177,155)
(81%,69%,61%)

RGB channels and saturation

R 207 of 255 = 81%
G 177 of 255 = 69%
B 155 of 255 = 61%

207
177
155

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

Portions of RGB colors in percentages

R + G + B =
207 + 177 + 155 = 539 (100%)
R 207 of 539 ~ 38.4%
G 177 of 539 ~ 32.84%
B 155 of 539 ~ 28.76%

%38.4
%32.84
%28.76

CMYK color model

#CFB19B color CMYK value is (0,14,25,19).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 25.12%
  • key color value is 18.82%
CMYK:
(0,14,25,19)
C0M14Y25K19 
(0%,14%,25%,19%)
(0.00/0.14/0.25/0.19)	

CMYK percentages

%0
%14.49
%25.12
%18.82

Codes

Color #CFB19B in popluar color models

CFB19B
RGB207177155
HSL25°35.14%70.98%
HSB/HSV25°25.12%81.18%
CMYK0.00%14.49%25.12%
18.82%

Color #CFB19B in popluar number systems.

HEXCFB19B
Decimal207177155
Binary110011111011000110011011
Octal317261233

Shades and tints

Shades of #CFB19B

#CFB19B
(207,177,155)
#BDA18D
(189,161,141)
#AB917F
(171,145,127)
#998171
(153,129,113)
#877163
(135,113,99)
#756155
(117,97,85)
#635147
(99,81,71)
#514139
(81,65,57)
#3F312B
(63,49,43)
#2D211D
(45,33,29)
#1B110F
(27,17,15)
#000000
(0,0,0)

Tints of #CFB19B

#CFB19B
(207,177,155)
#D3B8A4
(211,184,164)
#D7BFAD
(215,191,173)
#DBC6B6
(219,198,182)
#DFCDBF
(223,205,191)
#E3D4C8
(227,212,200)
#E7DBD1
(231,219,209)
#EBE2DA
(235,226,218)
#EFE9E3
(239,233,227)
#F3F0EC
(243,240,236)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFB19B color. Also use rgb(207,177,155) instead hex code.

Text Font Color

.myTextColor { color: #CFB19B; }

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

This text font color is #CFB19B.


Background Color

.myBgColor { background-color: #CFB19B; }

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

This div background color is #CFB19B.


Border color

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

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

This div border color is #CFB19B.


Opacity

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

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

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

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

This text has shadow with #CFB19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB19B on black background.


Color preview on white background

This text has color #CFB19B on white background.



Black color preview on #CFB19B background

This text has black color on #CFB19B background.


White color preview on #CFB19B background

This text has white color on #CFB19B background.