COLOR #C2BAF0

HEX: #C2BAF0 RGB: (194,186,240)

Color info

#C2BAF0 contains red, green and blue colors in about the same proportion. Web safe color of #C2BAF0 is #CCCCFF (or #CCF).

RGB color model

#C2BAF0 color RGB value is (194,186,240).

RGB: (194,186,240) (76%, 73%, 94%)

RGB channels and saturation

R 194 of 255 = 76%
G 186 of 255 = 73%
B 240 of 255 = 94%

194
186
240

R + G + B ~ 81%. #C2BAF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 186 + 240 = 620 (100%)
R 194 of 620 ~ 31.29%
G 186 of 620 ~ 30%
B 240 of 620 ~ 38.71'%

%31.29
%30
%38.71

CMYK color model

#C2BAF0 color CMYK value is (19,23,0,6).

  • cyan value is 19.17%
  • magenta value is 22.50%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (19,23,0,6)
C19M23Y0K6 (19%, 23%, 0%, 6%)
(0.19 / 0.23 / 0.00 / 0.06)

CMYK percentages

%19.17
%22.5
%0
%5.88

Codes

Color #C2BAF0 in popluar color models

C2 BA F0
RGB 194 186 240
HSL 249° 64.29% 83.53%
HSB/HSV 249° 22.50% 94.12%
CMYK 19.17% 22.50% 0.00%
5.88%

Color #C2BAF0 in popluar number systems.

HEX C2 BA F0
Decimal 194 186 240
Binary 11000010 10111010 11110000
Octal 302 272 360

Shades and tints

Shades of #C2BAF0

#C2BAF0
(194,186,240)
#B1AADB
(177,170,219)
#A09AC6
(160,154,198)
#8F8AB1
(143,138,177)
#7E7A9C
(126,122,156)
#6D6A87
(109,106,135)
#5C5A72
(92,90,114)
#4B4A5D
(75,74,93)
#3A3A48
(58,58,72)
#292A33
(41,42,51)
#181A1E
(24,26,30)
#000000
(0,0,0)

Tints of #C2BAF0

#C2BAF0
(194,186,240)
#C7C0F1
(199,192,241)
#CCC6F2
(204,198,242)
#D1CCF3
(209,204,243)
#D6D2F4
(214,210,244)
#DBD8F5
(219,216,245)
#E0DEF6
(224,222,246)
#E5E4F7
(229,228,247)
#EAEAF8
(234,234,248)
#EFF0F9
(239,240,249)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2BAF0 color. Also use rgb(194,186,240) instead hex code.

Text Font Color

.myTextColor { color: #C2BAF0; }

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

This text font color is #C2BAF0.

Background Color

.myBgColor { background-color: #C2BAF0; }

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

This div background color is #C2BAF0.

Border color

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

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

This div border color is #C2BAF0.

Opacity

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

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

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

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

This text has shadow with #C2BAF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2BAF0.

Preview

Color preview on black background

This text has color #C2BAF0 on black background.


Color preview on white background

This text has color #C2BAF0 on white background.


Black color preview on #C2BAF0 background

This text has black color on #C2BAF0 background.


White color preview on #C2BAF0 background

This text has white color on #C2BAF0 background.


Related colors

Complementary color

Complementary color for #hex is #3D450F.


I love getcolorcode.com

Triadic colors

1 #F0C2BA and #BAF0C2 with #C2BAF0 are triadic colors.

2 #F0BAC2 and #BAC2F0 with #C2BAF0 are triadic colors.