COLOR #CCBEED

HEX: #CCBEED RGB: (204,190,237)

Color info

#CCBEED contains red, green and blue colors in about the same proportion. Web safe color of #CCBEED is #CCCCFF (or #CCF).

RGB color model

#CCBEED color RGB value is (204,190,237).

RGB: (204,190,237) (80%, 75%, 93%)

RGB channels and saturation

R 204 of 255 = 80%
G 190 of 255 = 75%
B 237 of 255 = 93%

204
190
237

R + G + B ~ 83%. #CCBEED is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 190 + 237 = 631 (100%)
R 204 of 631 ~ 32.33%
G 190 of 631 ~ 30.11%
B 237 of 631 ~ 37.56'%

%32.33
%30.11
%37.56

CMYK color model

#CCBEED color CMYK value is (14,20,0,7).

  • cyan value is 13.92%
  • magenta value is 19.83%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (14,20,0,7)
C14M20Y0K7 (14%, 20%, 0%, 7%)
(0.14 / 0.20 / 0.00 / 0.07)

CMYK percentages

%13.92
%19.83
%0
%7.06

Codes

Color #CCBEED in popluar color models

CC BE ED
RGB 204 190 237
HSL 258° 56.63% 83.73%
HSB/HSV 258° 19.83% 92.94%
CMYK 13.92% 19.83% 0.00%
7.06%

Color #CCBEED in popluar number systems.

HEX CC BE ED
Decimal 204 190 237
Binary 11001100 10111110 11101101
Octal 314 276 355

Shades and tints

Shades of #CCBEED

#CCBEED
(204,190,237)
#BAADD8
(186,173,216)
#A89CC3
(168,156,195)
#968BAE
(150,139,174)
#847A99
(132,122,153)
#726984
(114,105,132)
#60586F
(96,88,111)
#4E475A
(78,71,90)
#3C3645
(60,54,69)
#2A2530
(42,37,48)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #CCBEED

#CCBEED
(204,190,237)
#D0C3EE
(208,195,238)
#D4C8EF
(212,200,239)
#D8CDF0
(216,205,240)
#DCD2F1
(220,210,241)
#E0D7F2
(224,215,242)
#E4DCF3
(228,220,243)
#E8E1F4
(232,225,244)
#ECE6F5
(236,230,245)
#F0EBF6
(240,235,246)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBEED; }

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

This text font color is #CCBEED.

Background Color

.myBgColor { background-color: #CCBEED; }

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

This div background color is #CCBEED.

Border color

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

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

This div border color is #CCBEED.

Opacity

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

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

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

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

This text has shadow with #CCBEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBEED.

Preview

Color preview on black background

This text has color #CCBEED on black background.


Color preview on white background

This text has color #CCBEED on white background.


Black color preview on #CCBEED background

This text has black color on #CCBEED background.


White color preview on #CCBEED background

This text has white color on #CCBEED background.


Related colors

Complementary color

Complementary color for #hex is #334112.


I love getcolorcode.com

Triadic colors

1 #EDCCBE and #BEEDCC with #CCBEED are triadic colors.

2 #EDBECC and #BECCED with #CCBEED are triadic colors.