COLOR #C2BAD1

HEX: #C2BAD1 RGB: (194,186,209)

Color info

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

RGB color model

#C2BAD1 color RGB value is (194,186,209).

RGB: (194,186,209) (76%, 73%, 82%)

RGB channels and saturation

R 194 of 255 = 76%
G 186 of 255 = 73%
B 209 of 255 = 82%

194
186
209

R + G + B ~ 77%. #C2BAD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 186 + 209 = 589 (100%)
R 194 of 589 ~ 32.94%
G 186 of 589 ~ 31.58%
B 209 of 589 ~ 35.48'%

%32.94
%31.58
%35.48

CMYK color model

#C2BAD1 color CMYK value is (7,11,0,18).

  • cyan value is 7.18%
  • magenta value is 11.00%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (7,11,0,18) C7M11Y0K18 (7%,11%,0%,18%) (0.07/0.11/0.00/0.18) 

CMYK percentages

%7.18
%11
%0
%18.04

Codes

Color #C2BAD1 in popluar color models

C2 BA D1
RGB 194 186 209
HSL 261° 20.00% 77.45%
HSB/HSV 261° 11.00% 81.96%
CMYK 7.18% 11.00% 0.00%
18.04%

Color #C2BAD1 in popluar number systems.

HEX C2 BA D1
Decimal 194 186 209
Binary 11000010 10111010 11010001
Octal 302 272 321

Shades and tints

Shades of #C2BAD1

#C2BAD1
(194,186,209)
#B1AABE
(177,170,190)
#A09AAB
(160,154,171)
#8F8A98
(143,138,152)
#7E7A85
(126,122,133)
#6D6A72
(109,106,114)
#5C5A5F
(92,90,95)
#4B4A4C
(75,74,76)
#3A3A39
(58,58,57)
#292A26
(41,42,38)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #C2BAD1

#C2BAD1
(194,186,209)
#C7C0D5
(199,192,213)
#CCC6D9
(204,198,217)
#D1CCDD
(209,204,221)
#D6D2E1
(214,210,225)
#DBD8E5
(219,216,229)
#E0DEE9
(224,222,233)
#E5E4ED
(229,228,237)
#EAEAF1
(234,234,241)
#EFF0F5
(239,240,245)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2BAD1; }

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

This text font color is #C2BAD1.

Background Color

.myBgColor { background-color: #C2BAD1; }

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

This div background color is #C2BAD1.

Border color

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

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

This div border color is #C2BAD1.

Opacity

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

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

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

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

This text has shadow with #C2BAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2BAD1.

Preview

Color preview on black background

This text has color #C2BAD1 on black background.


Color preview on white background

This text has color #C2BAD1 on white background.


Black color preview on #C2BAD1 background

This text has black color on #C2BAD1 background.


White color preview on #C2BAD1 background

This text has white color on #C2BAD1 background.


Related colors

Complementary color

Complementary color for #hex is #3D452E.


I love getcolorcode.com

Triadic colors

1 #D1C2BA and #BAD1C2 with #C2BAD1 are triadic colors.

2 #D1BAC2 and #BAC2D1 with #C2BAD1 are triadic colors.