COLOR #CCBED1

HEX: #CCBED1 RGB: (204,190,209)

Color info

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

RGB color model

#CCBED1 color RGB value is (204,190,209).

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

RGB channels and saturation

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

204
190
209

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

Portions of RGB colors in percentages

R + G + B = 204 + 190 + 209 = 603 (100%)
R 204 of 603 ~ 33.83%
G 190 of 603 ~ 31.51%
B 209 of 603 ~ 34.66'%

%33.83
%31.51
%34.66

CMYK color model

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

  • cyan value is 2.39%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 18.04%

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

CMYK percentages

%2.39
%9.09
%0
%18.04

Codes

Color #CCBED1 in popluar color models

CC BE D1
RGB 204 190 209
HSL 284° 17.12% 78.24%
HSB/HSV 284° 9.09% 81.96%
CMYK 2.39% 9.09% 0.00%
18.04%

Color #CCBED1 in popluar number systems.

HEX CC BE D1
Decimal 204 190 209
Binary 11001100 10111110 11010001
Octal 314 276 321

Shades and tints

Shades of #CCBED1

#CCBED1
(204,190,209)
#BAADBE
(186,173,190)
#A89CAB
(168,156,171)
#968B98
(150,139,152)
#847A85
(132,122,133)
#726972
(114,105,114)
#60585F
(96,88,95)
#4E474C
(78,71,76)
#3C3639
(60,54,57)
#2A2526
(42,37,38)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #CCBED1

#CCBED1
(204,190,209)
#D0C3D5
(208,195,213)
#D4C8D9
(212,200,217)
#D8CDDD
(216,205,221)
#DCD2E1
(220,210,225)
#E0D7E5
(224,215,229)
#E4DCE9
(228,220,233)
#E8E1ED
(232,225,237)
#ECE6F1
(236,230,241)
#F0EBF5
(240,235,245)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBED1; }

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

This text font color is #CCBED1.

Background Color

.myBgColor { background-color: #CCBED1; }

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

This div background color is #CCBED1.

Border color

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

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

This div border color is #CCBED1.

Opacity

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

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

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

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

This text has shadow with #CCBED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBED1.

Preview

Color preview on black background

This text has color #CCBED1 on black background.


Color preview on white background

This text has color #CCBED1 on white background.


Black color preview on #CCBED1 background

This text has black color on #CCBED1 background.


White color preview on #CCBED1 background

This text has white color on #CCBED1 background.


Related colors

Complementary color

Complementary color for #hex is #33412E.


I love getcolorcode.com

Triadic colors

1 #D1CCBE and #BED1CC with #CCBED1 are triadic colors.

2 #D1BECC and #BECCD1 with #CCBED1 are triadic colors.