COLOR #C8B0EA

HEX: #C8B0EA RGB: (200,176,234)

Color info

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

RGB color model

#C8B0EA color RGB value is (200,176,234).

RGB: (200,176,234) (78%, 69%, 92%)

RGB channels and saturation

R 200 of 255 = 78%
G 176 of 255 = 69%
B 234 of 255 = 92%

200
176
234

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

Portions of RGB colors in percentages

R + G + B = 200 + 176 + 234 = 610 (100%)
R 200 of 610 ~ 32.79%
G 176 of 610 ~ 28.85%
B 234 of 610 ~ 38.36'%

%32.79
%28.85
%38.36

CMYK color model

#C8B0EA color CMYK value is (15,25,0,8).

  • cyan value is 14.53%
  • magenta value is 24.79%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (15,25,0,8) C15M25Y0K8 (15%,25%,0%,8%) (0.15/0.25/0.00/0.08) 

CMYK percentages

%14.53
%24.79
%0
%8.24

Codes

Color #C8B0EA in popluar color models

C8 B0 EA
RGB 200 176 234
HSL 265° 58.00% 80.39%
HSB/HSV 265° 24.79% 91.76%
CMYK 14.53% 24.79% 0.00%
8.24%

Color #C8B0EA in popluar number systems.

HEX C8 B0 EA
Decimal 200 176 234
Binary 11001000 10110000 11101010
Octal 310 260 352

Shades and tints

Shades of #C8B0EA

#C8B0EA
(200,176,234)
#B6A0D5
(182,160,213)
#A490C0
(164,144,192)
#9280AB
(146,128,171)
#807096
(128,112,150)
#6E6081
(110,96,129)
#5C506C
(92,80,108)
#4A4057
(74,64,87)
#383042
(56,48,66)
#26202D
(38,32,45)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #C8B0EA

#C8B0EA
(200,176,234)
#CDB7EB
(205,183,235)
#D2BEEC
(210,190,236)
#D7C5ED
(215,197,237)
#DCCCEE
(220,204,238)
#E1D3EF
(225,211,239)
#E6DAF0
(230,218,240)
#EBE1F1
(235,225,241)
#F0E8F2
(240,232,242)
#F5EFF3
(245,239,243)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B0EA color. Also use rgb(200,176,234) instead hex code.

Text Font Color

.myTextColor { color: #C8B0EA; }

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

This text font color is #C8B0EA.

Background Color

.myBgColor { background-color: #C8B0EA; }

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

This div background color is #C8B0EA.

Border color

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

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

This div border color is #C8B0EA.

Opacity

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

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

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

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

This text has shadow with #C8B0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B0EA.

Preview

Color preview on black background

This text has color #C8B0EA on black background.


Color preview on white background

This text has color #C8B0EA on white background.


Black color preview on #C8B0EA background

This text has black color on #C8B0EA background.


White color preview on #C8B0EA background

This text has white color on #C8B0EA background.


Related colors

Complementary color

Complementary color for #hex is #374F15.


I love getcolorcode.com

Triadic colors

1 #EAC8B0 and #B0EAC8 with #C8B0EA are triadic colors.

2 #EAB0C8 and #B0C8EA with #C8B0EA are triadic colors.