COLOR #CCB19E

HEX: #CCB19E RGB: (204,177,158)

Color info

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

RGB color model

#CCB19E color RGB value is (204,177,158).

RGB: (204,177,158) (80%, 69%, 62%)

RGB channels and saturation

R 204 of 255 = 80%
G 177 of 255 = 69%
B 158 of 255 = 62%

204
177
158

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

Portions of RGB colors in percentages

R + G + B = 204 + 177 + 158 = 539 (100%)
R 204 of 539 ~ 37.85%
G 177 of 539 ~ 32.84%
B 158 of 539 ~ 29.31'%

%37.85
%32.84
%29.31

CMYK color model

#CCB19E color CMYK value is (0,13,23,20).

  • cyan value is 0.00%
  • magenta value is 13.24%
  • yellow value is 22.55%
  • key color value is 20.00%
CMYK: (0,13,23,20) C0M13Y23K20 (0%,13%,23%,20%) (0.00/0.13/0.23/0.20) 

CMYK percentages

%0
%13.24
%22.55
%20

Codes

Color #CCB19E in popluar color models

CC B1 9E
RGB 204 177 158
HSL 25° 31.08% 70.98%
HSB/HSV 25° 22.55% 80.00%
CMYK 0.00% 13.24% 22.55%
20.00%

Color #CCB19E in popluar number systems.

HEX CC B1 9E
Decimal 204 177 158
Binary 11001100 10110001 10011110
Octal 314 261 236

Shades and tints

Shades of #CCB19E

#CCB19E
(204,177,158)
#BAA190
(186,161,144)
#A89182
(168,145,130)
#968174
(150,129,116)
#847166
(132,113,102)
#726158
(114,97,88)
#60514A
(96,81,74)
#4E413C
(78,65,60)
#3C312E
(60,49,46)
#2A2120
(42,33,32)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #CCB19E

#CCB19E
(204,177,158)
#D0B8A6
(208,184,166)
#D4BFAE
(212,191,174)
#D8C6B6
(216,198,182)
#DCCDBE
(220,205,190)
#E0D4C6
(224,212,198)
#E4DBCE
(228,219,206)
#E8E2D6
(232,226,214)
#ECE9DE
(236,233,222)
#F0F0E6
(240,240,230)
#F4F7EE
(244,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB19E color. Also use rgb(204,177,158) instead hex code.

Text Font Color

.myTextColor { color: #CCB19E; }

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

This text font color is #CCB19E.

Background Color

.myBgColor { background-color: #CCB19E; }

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

This div background color is #CCB19E.

Border color

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

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

This div border color is #CCB19E.

Opacity

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

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

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

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

This text has shadow with #CCB19E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB19E.

Preview

Color preview on black background

This text has color #CCB19E on black background.


Color preview on white background

This text has color #CCB19E on white background.


Black color preview on #CCB19E background

This text has black color on #CCB19E background.


White color preview on #CCB19E background

This text has white color on #CCB19E background.


Related colors

Complementary color

Complementary color for #hex is #334E61.


I love getcolorcode.com

Triadic colors

1 #9ECCB1 and #B19ECC with #CCB19E are triadic colors.

2 #9EB1CC and #B1CC9E with #CCB19E are triadic colors.