COLOR #C0B0EA

HEX: #C0B0EA RGB: (192,176,234)

Color info

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

RGB color model

#C0B0EA color RGB value is (192,176,234).

RGB: (192,176,234) (75%, 69%, 92%)

RGB channels and saturation

R 192 of 255 = 75%
G 176 of 255 = 69%
B 234 of 255 = 92%

192
176
234

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

Portions of RGB colors in percentages

R + G + B = 192 + 176 + 234 = 602 (100%)
R 192 of 602 ~ 31.89%
G 176 of 602 ~ 29.24%
B 234 of 602 ~ 38.87'%

%31.89
%29.24
%38.87

CMYK color model

#C0B0EA color CMYK value is (18,25,0,8).

  • cyan value is 17.95%
  • magenta value is 24.79%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (18,25,0,8)
C18M25Y0K8 (18%, 25%, 0%, 8%)
(0.18 / 0.25 / 0.00 / 0.08)

CMYK percentages

%17.95
%24.79
%0
%8.24

Codes

Color #C0B0EA in popluar color models

C0 B0 EA
RGB 192 176 234
HSL 257° 58.00% 80.39%
HSB/HSV 257° 24.79% 91.76%
CMYK 17.95% 24.79% 0.00%
8.24%

Color #C0B0EA in popluar number systems.

HEX C0 B0 EA
Decimal 192 176 234
Binary 11000000 10110000 11101010
Octal 300 260 352

Shades and tints

Shades of #C0B0EA

#C0B0EA
(192,176,234)
#AFA0D5
(175,160,213)
#9E90C0
(158,144,192)
#8D80AB
(141,128,171)
#7C7096
(124,112,150)
#6B6081
(107,96,129)
#5A506C
(90,80,108)
#494057
(73,64,87)
#383042
(56,48,66)
#27202D
(39,32,45)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #C0B0EA

#C0B0EA
(192,176,234)
#C5B7EB
(197,183,235)
#CABEEC
(202,190,236)
#CFC5ED
(207,197,237)
#D4CCEE
(212,204,238)
#D9D3EF
(217,211,239)
#DEDAF0
(222,218,240)
#E3E1F1
(227,225,241)
#E8E8F2
(232,232,242)
#EDEFF3
(237,239,243)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B0EA; }

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

This text font color is #C0B0EA.

Background Color

.myBgColor { background-color: #C0B0EA; }

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

This div background color is #C0B0EA.

Border color

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

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

This div border color is #C0B0EA.

Opacity

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

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

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

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

This text has shadow with #C0B0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0B0EA.

Preview

Color preview on black background

This text has color #C0B0EA on black background.


Color preview on white background

This text has color #C0B0EA on white background.


Black color preview on #C0B0EA background

This text has black color on #C0B0EA background.


White color preview on #C0B0EA background

This text has white color on #C0B0EA background.


Related colors

Complementary color

Complementary color for #hex is #3F4F15.


I love getcolorcode.com

Triadic colors

1 #EAC0B0 and #B0EAC0 with #C0B0EA are triadic colors.

2 #EAB0C0 and #B0C0EA with #C0B0EA are triadic colors.