COLOR #C3BAD1

HEX: #C3BAD1 RGB: (195,186,209)

Color info

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

RGB color model

#C3BAD1 color RGB value is (195,186,209).

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

RGB channels and saturation

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

195
186
209

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

Portions of RGB colors in percentages

R + G + B = 195 + 186 + 209 = 590 (100%)
R 195 of 590 ~ 33.05%
G 186 of 590 ~ 31.53%
B 209 of 590 ~ 35.42'%

%33.05
%31.53
%35.42

CMYK color model

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

  • cyan value is 6.70%
  • 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

%6.7
%11
%0
%18.04

Codes

Color #C3BAD1 in popluar color models

C3 BA D1
RGB 195 186 209
HSL 263° 20.00% 77.45%
HSB/HSV 263° 11.00% 81.96%
CMYK 6.70% 11.00% 0.00%
18.04%

Color #C3BAD1 in popluar number systems.

HEX C3 BA D1
Decimal 195 186 209
Binary 11000011 10111010 11010001
Octal 303 272 321

Shades and tints

Shades of #C3BAD1

#C3BAD1
(195,186,209)
#B2AABE
(178,170,190)
#A19AAB
(161,154,171)
#908A98
(144,138,152)
#7F7A85
(127,122,133)
#6E6A72
(110,106,114)
#5D5A5F
(93,90,95)
#4C4A4C
(76,74,76)
#3B3A39
(59,58,57)
#2A2A26
(42,42,38)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #C3BAD1

#C3BAD1
(195,186,209)
#C8C0D5
(200,192,213)
#CDC6D9
(205,198,217)
#D2CCDD
(210,204,221)
#D7D2E1
(215,210,225)
#DCD8E5
(220,216,229)
#E1DEE9
(225,222,233)
#E6E4ED
(230,228,237)
#EBEAF1
(235,234,241)
#F0F0F5
(240,240,245)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BAD1; }

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

This text font color is #C3BAD1.

Background Color

.myBgColor { background-color: #C3BAD1; }

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

This div background color is #C3BAD1.

Border color

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

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

This div border color is #C3BAD1.

Opacity

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

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

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

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

This text has shadow with #C3BAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BAD1.

Preview

Color preview on black background

This text has color #C3BAD1 on black background.


Color preview on white background

This text has color #C3BAD1 on white background.


Black color preview on #C3BAD1 background

This text has black color on #C3BAD1 background.


White color preview on #C3BAD1 background

This text has white color on #C3BAD1 background.


Related colors

Complementary color

Complementary color for #hex is #3C452E.


I love getcolorcode.com

Triadic colors

1 #D1C3BA and #BAD1C3 with #C3BAD1 are triadic colors.

2 #D1BAC3 and #BAC3D1 with #C3BAD1 are triadic colors.