COLOR #CCBED0

HEX: #CCBED0 RGB: (204,190,208)

Color info

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

RGB color model

#CCBED0 color RGB value is (204,190,208).

RGB: (204,190,208) (80%, 75%, 82%)

RGB channels and saturation

R 204 of 255 = 80%
G 190 of 255 = 75%
B 208 of 255 = 82%

204
190
208

R + G + B ~ 79%. #CCBED0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 190 + 208 = 602 (100%)
R 204 of 602 ~ 33.89%
G 190 of 602 ~ 31.56%
B 208 of 602 ~ 34.55'%

%33.89
%31.56
%34.55

CMYK color model

#CCBED0 color CMYK value is (2,9,0,18).

  • cyan value is 1.92%
  • magenta value is 8.65%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (2,9,0,18)
C2M9Y0K18 (2%, 9%, 0%, 18%)
(0.02 / 0.09 / 0.00 / 0.18)

CMYK percentages

%1.92
%8.65
%0
%18.43

Codes

Color #CCBED0 in popluar color models

CC BE D0
RGB 204 190 208
HSL 287° 16.07% 78.04%
HSB/HSV 287° 8.65% 81.57%
CMYK 1.92% 8.65% 0.00%
18.43%

Color #CCBED0 in popluar number systems.

HEX CC BE D0
Decimal 204 190 208
Binary 11001100 10111110 11010000
Octal 314 276 320

Shades and tints

Shades of #CCBED0

#CCBED0
(204,190,208)
#BAADBE
(186,173,190)
#A89CAC
(168,156,172)
#968B9A
(150,139,154)
#847A88
(132,122,136)
#726976
(114,105,118)
#605864
(96,88,100)
#4E4752
(78,71,82)
#3C3640
(60,54,64)
#2A252E
(42,37,46)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #CCBED0

#CCBED0
(204,190,208)
#D0C3D4
(208,195,212)
#D4C8D8
(212,200,216)
#D8CDDC
(216,205,220)
#DCD2E0
(220,210,224)
#E0D7E4
(224,215,228)
#E4DCE8
(228,220,232)
#E8E1EC
(232,225,236)
#ECE6F0
(236,230,240)
#F0EBF4
(240,235,244)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBED0; }

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

This text font color is #CCBED0.

Background Color

.myBgColor { background-color: #CCBED0; }

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

This div background color is #CCBED0.

Border color

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

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

This div border color is #CCBED0.

Opacity

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

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

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

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

This text has shadow with #CCBED0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBED0.

Preview

Color preview on black background

This text has color #CCBED0 on black background.


Color preview on white background

This text has color #CCBED0 on white background.


Black color preview on #CCBED0 background

This text has black color on #CCBED0 background.


White color preview on #CCBED0 background

This text has white color on #CCBED0 background.


Related colors

Complementary color

Complementary color for #hex is #33412F.


I love getcolorcode.com

Triadic colors

1 #D0CCBE and #BED0CC with #CCBED0 are triadic colors.

2 #D0BECC and #BECCD0 with #CCBED0 are triadic colors.