COLOR #C3BDF0

HEX: #C3BDF0 RGB: (195,189,240)

Color info

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

RGB color model

#C3BDF0 color RGB value is (195,189,240).

RGB: (195,189,240) (76%, 74%, 94%)

RGB channels and saturation

R 195 of 255 = 76%
G 189 of 255 = 74%
B 240 of 255 = 94%

195
189
240

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

Portions of RGB colors in percentages

R + G + B = 195 + 189 + 240 = 624 (100%)
R 195 of 624 ~ 31.25%
G 189 of 624 ~ 30.29%
B 240 of 624 ~ 38.46'%

%31.25
%30.29
%38.46

CMYK color model

#C3BDF0 color CMYK value is (19,21,0,6).

  • cyan value is 18.75%
  • magenta value is 21.25%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (19,21,0,6)
C19M21Y0K6 (19%, 21%, 0%, 6%)
(0.19 / 0.21 / 0.00 / 0.06)

CMYK percentages

%18.75
%21.25
%0
%5.88

Codes

Color #C3BDF0 in popluar color models

C3 BD F0
RGB 195 189 240
HSL 247° 62.96% 84.12%
HSB/HSV 247° 21.25% 94.12%
CMYK 18.75% 21.25% 0.00%
5.88%

Color #C3BDF0 in popluar number systems.

HEX C3 BD F0
Decimal 195 189 240
Binary 11000011 10111101 11110000
Octal 303 275 360

Shades and tints

Shades of #C3BDF0

#C3BDF0
(195,189,240)
#B2ACDB
(178,172,219)
#A19BC6
(161,155,198)
#908AB1
(144,138,177)
#7F799C
(127,121,156)
#6E6887
(110,104,135)
#5D5772
(93,87,114)
#4C465D
(76,70,93)
#3B3548
(59,53,72)
#2A2433
(42,36,51)
#19131E
(25,19,30)
#000000
(0,0,0)

Tints of #C3BDF0

#C3BDF0
(195,189,240)
#C8C3F1
(200,195,241)
#CDC9F2
(205,201,242)
#D2CFF3
(210,207,243)
#D7D5F4
(215,213,244)
#DCDBF5
(220,219,245)
#E1E1F6
(225,225,246)
#E6E7F7
(230,231,247)
#EBEDF8
(235,237,248)
#F0F3F9
(240,243,249)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BDF0 color. Also use rgb(195,189,240) instead hex code.

Text Font Color

.myTextColor { color: #C3BDF0; }

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

This text font color is #C3BDF0.

Background Color

.myBgColor { background-color: #C3BDF0; }

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

This div background color is #C3BDF0.

Border color

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

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

This div border color is #C3BDF0.

Opacity

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

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

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

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

This text has shadow with #C3BDF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BDF0.

Preview

Color preview on black background

This text has color #C3BDF0 on black background.


Color preview on white background

This text has color #C3BDF0 on white background.


Black color preview on #C3BDF0 background

This text has black color on #C3BDF0 background.


White color preview on #C3BDF0 background

This text has white color on #C3BDF0 background.


Related colors

Complementary color

Complementary color for #hex is #3C420F.


I love getcolorcode.com

Triadic colors

1 #F0C3BD and #BDF0C3 with #C3BDF0 are triadic colors.

2 #F0BDC3 and #BDC3F0 with #C3BDF0 are triadic colors.