COLOR #CCB0EB

HEX: #CCB0EB RGB: (204,176,235)

Color info

#CCB0EB contains red, green and blue colors in about the same proportion. Web safe color of #CCB0EB is #CC99FF (or #C9F).

RGB color model

#CCB0EB color RGB value is (204,176,235).

RGB: (204,176,235) (80%, 69%, 92%)

RGB channels and saturation

R 204 of 255 = 80%
G 176 of 255 = 69%
B 235 of 255 = 92%

204
176
235

R + G + B ~ 80%. #CCB0EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 176 + 235 = 615 (100%)
R 204 of 615 ~ 33.17%
G 176 of 615 ~ 28.62%
B 235 of 615 ~ 38.21'%

%33.17
%28.62
%38.21

CMYK color model

#CCB0EB color CMYK value is (13,25,0,8).

  • cyan value is 13.19%
  • magenta value is 25.11%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (13,25,0,8)
C13M25Y0K8 (13%, 25%, 0%, 8%)
(0.13 / 0.25 / 0.00 / 0.08)

CMYK percentages

%13.19
%25.11
%0
%7.84

Codes

Color #CCB0EB in popluar color models

CC B0 EB
RGB 204 176 235
HSL 268° 59.60% 80.59%
HSB/HSV 268° 25.11% 92.16%
CMYK 13.19% 25.11% 0.00%
7.84%

Color #CCB0EB in popluar number systems.

HEX CC B0 EB
Decimal 204 176 235
Binary 11001100 10110000 11101011
Octal 314 260 353

Shades and tints

Shades of #CCB0EB

#CCB0EB
(204,176,235)
#BAA0D6
(186,160,214)
#A890C1
(168,144,193)
#9680AC
(150,128,172)
#847097
(132,112,151)
#726082
(114,96,130)
#60506D
(96,80,109)
#4E4058
(78,64,88)
#3C3043
(60,48,67)
#2A202E
(42,32,46)
#181019
(24,16,25)
#000000
(0,0,0)

Tints of #CCB0EB

#CCB0EB
(204,176,235)
#D0B7EC
(208,183,236)
#D4BEED
(212,190,237)
#D8C5EE
(216,197,238)
#DCCCEF
(220,204,239)
#E0D3F0
(224,211,240)
#E4DAF1
(228,218,241)
#E8E1F2
(232,225,242)
#ECE8F3
(236,232,243)
#F0EFF4
(240,239,244)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB0EB color. Also use rgb(204,176,235) instead hex code.

Text Font Color

.myTextColor { color: #CCB0EB; }

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

This text font color is #CCB0EB.

Background Color

.myBgColor { background-color: #CCB0EB; }

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

This div background color is #CCB0EB.

Border color

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

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

This div border color is #CCB0EB.

Opacity

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

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

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

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

This text has shadow with #CCB0EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB0EB.

Preview

Color preview on black background

This text has color #CCB0EB on black background.


Color preview on white background

This text has color #CCB0EB on white background.


Black color preview on #CCB0EB background

This text has black color on #CCB0EB background.


White color preview on #CCB0EB background

This text has white color on #CCB0EB background.


Related colors

Complementary color

Complementary color for #hex is #334F14.


I love getcolorcode.com

Triadic colors

1 #EBCCB0 and #B0EBCC with #CCB0EB are triadic colors.

2 #EBB0CC and #B0CCEB with #CCB0EB are triadic colors.