COLOR #CCBEC8

HEX: #CCBEC8 RGB: (204,190,200)

Color info

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

RGB color model

#CCBEC8 color RGB value is (204,190,200).

RGB: (204,190,200) (80%, 75%, 78%)

RGB channels and saturation

R 204 of 255 = 80%
G 190 of 255 = 75%
B 200 of 255 = 78%

204
190
200

R + G + B ~ 78%. #CCBEC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 190 + 200 = 594 (100%)
R 204 of 594 ~ 34.34%
G 190 of 594 ~ 31.99%
B 200 of 594 ~ 33.67'%

%34.34
%31.99
%33.67

CMYK color model

#CCBEC8 color CMYK value is (0,7,2,20).

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

CMYK: (0,7,2,20)
C0M7Y2K20 (0%, 7%, 2%, 20%)
(0.00 / 0.07 / 0.02 / 0.20)

CMYK percentages

%0
%6.86
%1.96
%20

Codes

Color #CCBEC8 in popluar color models

CC BE C8
RGB 204 190 200
HSL 317° 12.07% 77.25%
HSB/HSV 317° 6.86% 80.00%
CMYK 0.00% 6.86% 1.96%
20.00%

Color #CCBEC8 in popluar number systems.

HEX CC BE C8
Decimal 204 190 200
Binary 11001100 10111110 11001000
Octal 314 276 310

Shades and tints

Shades of #CCBEC8

#CCBEC8
(204,190,200)
#BAADB6
(186,173,182)
#A89CA4
(168,156,164)
#968B92
(150,139,146)
#847A80
(132,122,128)
#72696E
(114,105,110)
#60585C
(96,88,92)
#4E474A
(78,71,74)
#3C3638
(60,54,56)
#2A2526
(42,37,38)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #CCBEC8

#CCBEC8
(204,190,200)
#D0C3CD
(208,195,205)
#D4C8D2
(212,200,210)
#D8CDD7
(216,205,215)
#DCD2DC
(220,210,220)
#E0D7E1
(224,215,225)
#E4DCE6
(228,220,230)
#E8E1EB
(232,225,235)
#ECE6F0
(236,230,240)
#F0EBF5
(240,235,245)
#F4F0FA
(244,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBEC8; }

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

This text font color is #CCBEC8.

Background Color

.myBgColor { background-color: #CCBEC8; }

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

This div background color is #CCBEC8.

Border color

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

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

This div border color is #CCBEC8.

Opacity

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

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

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

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

This text has shadow with #CCBEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBEC8.

Preview

Color preview on black background

This text has color #CCBEC8 on black background.


Color preview on white background

This text has color #CCBEC8 on white background.


Black color preview on #CCBEC8 background

This text has black color on #CCBEC8 background.


White color preview on #CCBEC8 background

This text has white color on #CCBEC8 background.


Related colors

Complementary color

Complementary color for #hex is #334137.


I love getcolorcode.com

Triadic colors

1 #C8CCBE and #BEC8CC with #CCBEC8 are triadic colors.

2 #C8BECC and #BECCC8 with #CCBEC8 are triadic colors.