COLOR #C3BED1

HEX: #C3BED1 RGB: (195,190,209)

Color info

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

RGB color model

#C3BED1 color RGB value is (195,190,209).

RGB: (195,190,209) (76%, 75%, 82%)

RGB channels and saturation

R 195 of 255 = 76%
G 190 of 255 = 75%
B 209 of 255 = 82%

195
190
209

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

Portions of RGB colors in percentages

R + G + B = 195 + 190 + 209 = 594 (100%)
R 195 of 594 ~ 32.83%
G 190 of 594 ~ 31.99%
B 209 of 594 ~ 35.19'%

%32.83
%31.99
%35.19

CMYK color model

#C3BED1 color CMYK value is (7,9,0,18).

  • cyan value is 6.70%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (7,9,0,18)
C7M9Y0K18 (7%, 9%, 0%, 18%)
(0.07 / 0.09 / 0.00 / 0.18)

CMYK percentages

%6.7
%9.09
%0
%18.04

Codes

Color #C3BED1 in popluar color models

C3 BE D1
RGB 195 190 209
HSL 256° 17.12% 78.24%
HSB/HSV 256° 9.09% 81.96%
CMYK 6.70% 9.09% 0.00%
18.04%

Color #C3BED1 in popluar number systems.

HEX C3 BE D1
Decimal 195 190 209
Binary 11000011 10111110 11010001
Octal 303 276 321

Shades and tints

Shades of #C3BED1

#C3BED1
(195,190,209)
#B2ADBE
(178,173,190)
#A19CAB
(161,156,171)
#908B98
(144,139,152)
#7F7A85
(127,122,133)
#6E6972
(110,105,114)
#5D585F
(93,88,95)
#4C474C
(76,71,76)
#3B3639
(59,54,57)
#2A2526
(42,37,38)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #C3BED1

#C3BED1
(195,190,209)
#C8C3D5
(200,195,213)
#CDC8D9
(205,200,217)
#D2CDDD
(210,205,221)
#D7D2E1
(215,210,225)
#DCD7E5
(220,215,229)
#E1DCE9
(225,220,233)
#E6E1ED
(230,225,237)
#EBE6F1
(235,230,241)
#F0EBF5
(240,235,245)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BED1; }

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

This text font color is #C3BED1.

Background Color

.myBgColor { background-color: #C3BED1; }

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

This div background color is #C3BED1.

Border color

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

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

This div border color is #C3BED1.

Opacity

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

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

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

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

This text has shadow with #C3BED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BED1.

Preview

Color preview on black background

This text has color #C3BED1 on black background.


Color preview on white background

This text has color #C3BED1 on white background.


Black color preview on #C3BED1 background

This text has black color on #C3BED1 background.


White color preview on #C3BED1 background

This text has white color on #C3BED1 background.


Related colors

Complementary color

Complementary color for #hex is #3C412E.


I love getcolorcode.com

Triadic colors

1 #D1C3BE and #BED1C3 with #C3BED1 are triadic colors.

2 #D1BEC3 and #BEC3D1 with #C3BED1 are triadic colors.