COLOR #CCBEB7

HEX: #CCBEB7 RGB: (204,190,183)

Color info

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

RGB color model

#CCBEB7 color RGB value is (204,190,183).

RGB: (204,190,183) (80%, 75%, 72%)

RGB channels and saturation

R 204 of 255 = 80%
G 190 of 255 = 75%
B 183 of 255 = 72%

204
190
183

R + G + B ~ 76%. #CCBEB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 190 + 183 = 577 (100%)
R 204 of 577 ~ 35.36%
G 190 of 577 ~ 32.93%
B 183 of 577 ~ 31.72'%

%35.36
%32.93
%31.72

CMYK color model

#CCBEB7 color CMYK value is (0,7,10,20).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 10.29%
  • key color value is 20.00%

CMYK: (0,7,10,20)
C0M7Y10K20 (0%, 7%, 10%, 20%)
(0.00 / 0.07 / 0.10 / 0.20)

CMYK percentages

%0
%6.86
%10.29
%20

Codes

Color #CCBEB7 in popluar color models

CC BE B7
RGB 204 190 183
HSL 20° 17.07% 75.88%
HSB/HSV 20° 10.29% 80.00%
CMYK 0.00% 6.86% 10.29%
20.00%

Color #CCBEB7 in popluar number systems.

HEX CC BE B7
Decimal 204 190 183
Binary 11001100 10111110 10110111
Octal 314 276 267

Shades and tints

Shades of #CCBEB7

#CCBEB7
(204,190,183)
#BAADA7
(186,173,167)
#A89C97
(168,156,151)
#968B87
(150,139,135)
#847A77
(132,122,119)
#726967
(114,105,103)
#605857
(96,88,87)
#4E4747
(78,71,71)
#3C3637
(60,54,55)
#2A2527
(42,37,39)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #CCBEB7

#CCBEB7
(204,190,183)
#D0C3BD
(208,195,189)
#D4C8C3
(212,200,195)
#D8CDC9
(216,205,201)
#DCD2CF
(220,210,207)
#E0D7D5
(224,215,213)
#E4DCDB
(228,220,219)
#E8E1E1
(232,225,225)
#ECE6E7
(236,230,231)
#F0EBED
(240,235,237)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBEB7; }

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

This text font color is #CCBEB7.

Background Color

.myBgColor { background-color: #CCBEB7; }

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

This div background color is #CCBEB7.

Border color

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

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

This div border color is #CCBEB7.

Opacity

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

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

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

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

This text has shadow with #CCBEB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBEB7.

Preview

Color preview on black background

This text has color #CCBEB7 on black background.


Color preview on white background

This text has color #CCBEB7 on white background.


Black color preview on #CCBEB7 background

This text has black color on #CCBEB7 background.


White color preview on #CCBEB7 background

This text has white color on #CCBEB7 background.


Related colors

Complementary color

Complementary color for #hex is #334148.


I love getcolorcode.com

Triadic colors

1 #B7CCBE and #BEB7CC with #CCBEB7 are triadic colors.

2 #B7BECC and #BECCB7 with #CCBEB7 are triadic colors.