COLOR #C2B2FF

HEX: #C2B2FF RGB: (194,178,255)

Color info

#C2B2FF contains mainly blue color. Web safe color of #C2B2FF is #CC99FF (or #C9F).

RGB color model

#C2B2FF color RGB value is (194,178,255).

RGB: (194,178,255) (76%, 70%, 100%)

RGB channels and saturation

R 194 of 255 = 76%
G 178 of 255 = 70%
B 255 of 255 = 100%

194
178
255

R + G + B ~ 82%. #C2B2FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 178 + 255 = 627 (100%)
R 194 of 627 ~ 30.94%
G 178 of 627 ~ 28.39%
B 255 of 627 ~ 40.67'%

%30.94
%28.39
%40.67

CMYK color model

#C2B2FF color CMYK value is (24,30,0,0).

  • cyan value is 23.92%
  • magenta value is 30.20%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (24,30,0,0)
C24M30Y0K0 (24%, 30%, 0%, 0%)
(0.24 / 0.30 / 0.00 / 0.00)

CMYK percentages

%23.92
%30.2
%0
%0

Codes

Color #C2B2FF in popluar color models

C2 B2 FF
RGB 194 178 255
HSL 252° 100.00% 84.90%
HSB/HSV 252° 30.20% 100.00%
CMYK 23.92% 30.20% 0.00%
0.00%

Color #C2B2FF in popluar number systems.

HEX C2 B2 FF
Decimal 194 178 255
Binary 11000010 10110010 11111111
Octal 302 262 377

Shades and tints

Shades of #C2B2FF

#C2B2FF
(194,178,255)
#B1A2E8
(177,162,232)
#A092D1
(160,146,209)
#8F82BA
(143,130,186)
#7E72A3
(126,114,163)
#6D628C
(109,98,140)
#5C5275
(92,82,117)
#4B425E
(75,66,94)
#3A3247
(58,50,71)
#292230
(41,34,48)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #C2B2FF

#C2B2FF
(194,178,255)
#C7B9FF
(199,185,255)
#CCC0FF
(204,192,255)
#D1C7FF
(209,199,255)
#D6CEFF
(214,206,255)
#DBD5FF
(219,213,255)
#E0DCFF
(224,220,255)
#E5E3FF
(229,227,255)
#EAEAFF
(234,234,255)
#EFF1FF
(239,241,255)
#F4F8FF
(244,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B2FF color. Also use rgb(194,178,255) instead hex code.

Text Font Color

.myTextColor { color: #C2B2FF; }

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

This text font color is #C2B2FF.

Background Color

.myBgColor { background-color: #C2B2FF; }

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

This div background color is #C2B2FF.

Border color

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

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

This div border color is #C2B2FF.

Opacity

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

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

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

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

This text has shadow with #C2B2FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2B2FF.

Preview

Color preview on black background

This text has color #C2B2FF on black background.


Color preview on white background

This text has color #C2B2FF on white background.


Black color preview on #C2B2FF background

This text has black color on #C2B2FF background.


White color preview on #C2B2FF background

This text has white color on #C2B2FF background.


Related colors

Complementary color

Complementary color for #hex is #3D4D00.


I love getcolorcode.com

Triadic colors

1 #FFC2B2 and #B2FFC2 with #C2B2FF are triadic colors.

2 #FFB2C2 and #B2C2FF with #C2B2FF are triadic colors.