COLOR #CCB7AE

HEX: #CCB7AE
RGB: (204,183,174)

Color info

#CCB7AE contains red, green and blue colors in about the same proportion. Web safe color of #CCB7AE is #CCCC99 (or #CC9).

RGB color model

#CCB7AE color RGB value is (204,183,174).

  • red value is 204;
  • green value is 183;
  • blue value is 174.
RGB:
(204,183,174)
(80%,72%,68%)

RGB channels and saturation

R 204 of 255 = 80%
G 183 of 255 = 72%
B 174 of 255 = 68%

204
183
174

R + G + B ~ 73%. #CCB7AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 183 + 174 = 561 (100%)
R 204 of 561 ~ 36.36%
G 183 of 561 ~ 32.62%
B 174 of 561 ~ 31.02%

%36.36
%32.62
%31.02

CMYK color model

#CCB7AE color CMYK value is (0,10,15,20).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 14.71%
  • key color value is 20.00%
CMYK:
(0,10,15,20)
C0M10Y15K20 
(0%,10%,15%,20%)
(0.00/0.10/0.15/0.20)	

CMYK percentages

%0
%10.29
%14.71
%20

Codes

Color #CCB7AE in popluar color models

CCB7AE
RGB204183174
HSL18°22.73%74.12%
HSB/HSV18°14.71%80.00%
CMYK0.00%10.29%14.71%
20.00%

Color #CCB7AE in popluar number systems.

HEXCCB7AE
Decimal204183174
Binary110011001011011110101110
Octal314267256

Shades and tints

Shades of #CCB7AE

#CCB7AE
(204,183,174)
#BAA79F
(186,167,159)
#A89790
(168,151,144)
#968781
(150,135,129)
#847772
(132,119,114)
#726763
(114,103,99)
#605754
(96,87,84)
#4E4745
(78,71,69)
#3C3736
(60,55,54)
#2A2727
(42,39,39)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #CCB7AE

#CCB7AE
(204,183,174)
#D0BDB5
(208,189,181)
#D4C3BC
(212,195,188)
#D8C9C3
(216,201,195)
#DCCFCA
(220,207,202)
#E0D5D1
(224,213,209)
#E4DBD8
(228,219,216)
#E8E1DF
(232,225,223)
#ECE7E6
(236,231,230)
#F0EDED
(240,237,237)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB7AE color. Also use rgb(204,183,174) instead hex code.

Text Font Color

.myTextColor { color: #CCB7AE; }

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

This text font color is #CCB7AE.


Background Color

.myBgColor { background-color: #CCB7AE; }

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

This div background color is #CCB7AE.


Border color

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

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

This div border color is #CCB7AE.


Opacity

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

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

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

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

This text has shadow with #CCB7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB7AE on black background.


Color preview on white background

This text has color #CCB7AE on white background.



Black color preview on #CCB7AE background

This text has black color on #CCB7AE background.


White color preview on #CCB7AE background

This text has white color on #CCB7AE background.