COLOR #C2BAD5

HEX: #C2BAD5
RGB: (194,186,213)

Color info

#C2BAD5 contains red, green and blue colors in about the same proportion. Web safe color of #C2BAD5 is #CCCCCC (or #CCC).

RGB color model

#C2BAD5 color RGB value is (194,186,213).

  • red value is 194;
  • green value is 186;
  • blue value is 213.
RGB:
(194,186,213)
(76%,73%,84%)

RGB channels and saturation

R 194 of 255 = 76%
G 186 of 255 = 73%
B 213 of 255 = 84%

194
186
213

R + G + B ~ 78%. #C2BAD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 186 + 213 = 593 (100%)
R 194 of 593 ~ 32.72%
G 186 of 593 ~ 31.37%
B 213 of 593 ~ 35.92%

%32.72
%31.37
%35.92

CMYK color model

#C2BAD5 color CMYK value is (9,13,0,16).

  • cyan value is 8.92%
  • magenta value is 12.68%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(9,13,0,16)
C9M13Y0K16 
(9%,13%,0%,16%)
(0.09/0.13/0.00/0.16)	

CMYK percentages

%8.92
%12.68
%0
%16.47

Codes

Color #C2BAD5 in popluar color models

C2BAD5
RGB194186213
HSL258°24.32%78.24%
HSB/HSV258°12.68%83.53%
CMYK8.92%12.68%0.00%
16.47%

Color #C2BAD5 in popluar number systems.

HEXC2BAD5
Decimal194186213
Binary110000101011101011010101
Octal302272325

Shades and tints

Shades of #C2BAD5

#C2BAD5
(194,186,213)
#B1AAC2
(177,170,194)
#A09AAF
(160,154,175)
#8F8A9C
(143,138,156)
#7E7A89
(126,122,137)
#6D6A76
(109,106,118)
#5C5A63
(92,90,99)
#4B4A50
(75,74,80)
#3A3A3D
(58,58,61)
#292A2A
(41,42,42)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #C2BAD5

#C2BAD5
(194,186,213)
#C7C0D8
(199,192,216)
#CCC6DB
(204,198,219)
#D1CCDE
(209,204,222)
#D6D2E1
(214,210,225)
#DBD8E4
(219,216,228)
#E0DEE7
(224,222,231)
#E5E4EA
(229,228,234)
#EAEAED
(234,234,237)
#EFF0F0
(239,240,240)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BAD5; }

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

This text font color is #C2BAD5.


Background Color

.myBgColor { background-color: #C2BAD5; }

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

This div background color is #C2BAD5.


Border color

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

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

This div border color is #C2BAD5.


Opacity

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

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

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

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

This text has shadow with #C2BAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BAD5 on black background.


Color preview on white background

This text has color #C2BAD5 on white background.



Black color preview on #C2BAD5 background

This text has black color on #C2BAD5 background.


White color preview on #C2BAD5 background

This text has white color on #C2BAD5 background.