COLOR #C2B0EF

HEX: #C2B0EF RGB: (194,176,239)

Color info

#C2B0EF contains mainly red and blue colors. Web safe color of #C2B0EF is #CC99FF (or #C9F).

RGB color model

#C2B0EF color RGB value is (194,176,239).

RGB: (194,176,239) (76%, 69%, 94%)

RGB channels and saturation

R 194 of 255 = 76%
G 176 of 255 = 69%
B 239 of 255 = 94%

194
176
239

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

Portions of RGB colors in percentages

R + G + B = 194 + 176 + 239 = 609 (100%)
R 194 of 609 ~ 31.86%
G 176 of 609 ~ 28.9%
B 239 of 609 ~ 39.24'%

%31.86
%28.9
%39.24

CMYK color model

#C2B0EF color CMYK value is (19,26,0,6).

  • cyan value is 18.83%
  • magenta value is 26.36%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (19,26,0,6) C19M26Y0K6 (19%,26%,0%,6%) (0.19/0.26/0.00/0.06) 

CMYK percentages

%18.83
%26.36
%0
%6.27

Codes

Color #C2B0EF in popluar color models

C2 B0 EF
RGB 194 176 239
HSL 257° 66.32% 81.37%
HSB/HSV 257° 26.36% 93.73%
CMYK 18.83% 26.36% 0.00%
6.27%

Color #C2B0EF in popluar number systems.

HEX C2 B0 EF
Decimal 194 176 239
Binary 11000010 10110000 11101111
Octal 302 260 357

Shades and tints

Shades of #C2B0EF

#C2B0EF
(194,176,239)
#B1A0DA
(177,160,218)
#A090C5
(160,144,197)
#8F80B0
(143,128,176)
#7E709B
(126,112,155)
#6D6086
(109,96,134)
#5C5071
(92,80,113)
#4B405C
(75,64,92)
#3A3047
(58,48,71)
#292032
(41,32,50)
#18101D
(24,16,29)
#000000
(0,0,0)

Tints of #C2B0EF

#C2B0EF
(194,176,239)
#C7B7F0
(199,183,240)
#CCBEF1
(204,190,241)
#D1C5F2
(209,197,242)
#D6CCF3
(214,204,243)
#DBD3F4
(219,211,244)
#E0DAF5
(224,218,245)
#E5E1F6
(229,225,246)
#EAE8F7
(234,232,247)
#EFEFF8
(239,239,248)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B0EF color. Also use rgb(194,176,239) instead hex code.

Text Font Color

.myTextColor { color: #C2B0EF; }

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

This text font color is #C2B0EF.

Background Color

.myBgColor { background-color: #C2B0EF; }

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

This div background color is #C2B0EF.

Border color

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

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

This div border color is #C2B0EF.

Opacity

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

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

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

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

This text has shadow with #C2B0EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2B0EF.

Preview

Color preview on black background

This text has color #C2B0EF on black background.


Color preview on white background

This text has color #C2B0EF on white background.


Black color preview on #C2B0EF background

This text has black color on #C2B0EF background.


White color preview on #C2B0EF background

This text has white color on #C2B0EF background.


Related colors

Complementary color

Complementary color for #hex is #3D4F10.


I love getcolorcode.com

Triadic colors

1 #EFC2B0 and #B0EFC2 with #C2B0EF are triadic colors.

2 #EFB0C2 and #B0C2EF with #C2B0EF are triadic colors.