COLOR #CCB9B7

HEX: #CCB9B7 RGB: (204,185,183)

Color info

#CCB9B7 contains red, green and blue colors in about the same proportion. Web safe color of #CCB9B7 is #CCCCCC (or #CCC).

RGB color model

#CCB9B7 color RGB value is (204,185,183).

RGB: (204,185,183) (80%, 73%, 72%)

RGB channels and saturation

R 204 of 255 = 80%
G 185 of 255 = 73%
B 183 of 255 = 72%

204
185
183

R + G + B ~ 75%. #CCB9B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 185 + 183 = 572 (100%)
R 204 of 572 ~ 35.66%
G 185 of 572 ~ 32.34%
B 183 of 572 ~ 31.99'%

%35.66
%32.34
%31.99

CMYK color model

#CCB9B7 color CMYK value is (0,9,10,20).

  • cyan value is 0.00%
  • magenta value is 9.31%
  • yellow value is 10.29%
  • key color value is 20.00%
CMYK: (0,9,10,20) C0M9Y10K20 (0%,9%,10%,20%) (0.00/0.09/0.10/0.20) 

CMYK percentages

%0
%9.31
%10.29
%20

Codes

Color #CCB9B7 in popluar color models

CC B9 B7
RGB 204 185 183
HSL 17.07% 75.88%
HSB/HSV 10.29% 80.00%
CMYK 0.00% 9.31% 10.29%
20.00%

Color #CCB9B7 in popluar number systems.

HEX CC B9 B7
Decimal 204 185 183
Binary 11001100 10111001 10110111
Octal 314 271 267

Shades and tints

Shades of #CCB9B7

#CCB9B7
(204,185,183)
#BAA9A7
(186,169,167)
#A89997
(168,153,151)
#968987
(150,137,135)
#847977
(132,121,119)
#726967
(114,105,103)
#605957
(96,89,87)
#4E4947
(78,73,71)
#3C3937
(60,57,55)
#2A2927
(42,41,39)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #CCB9B7

#CCB9B7
(204,185,183)
#D0BFBD
(208,191,189)
#D4C5C3
(212,197,195)
#D8CBC9
(216,203,201)
#DCD1CF
(220,209,207)
#E0D7D5
(224,215,213)
#E4DDDB
(228,221,219)
#E8E3E1
(232,227,225)
#ECE9E7
(236,233,231)
#F0EFED
(240,239,237)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB9B7; }

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

This text font color is #CCB9B7.

Background Color

.myBgColor { background-color: #CCB9B7; }

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

This div background color is #CCB9B7.

Border color

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

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

This div border color is #CCB9B7.

Opacity

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

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

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

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

This text has shadow with #CCB9B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB9B7.

Preview

Color preview on black background

This text has color #CCB9B7 on black background.


Color preview on white background

This text has color #CCB9B7 on white background.


Black color preview on #CCB9B7 background

This text has black color on #CCB9B7 background.


White color preview on #CCB9B7 background

This text has white color on #CCB9B7 background.


Related colors

Complementary color

Complementary color for #hex is #334648.


I love getcolorcode.com

Triadic colors

1 #B7CCB9 and #B9B7CC with #CCB9B7 are triadic colors.

2 #B7B9CC and #B9CCB7 with #CCB9B7 are triadic colors.