COLOR #C3BEDC

HEX: #C3BEDC RGB: (195,190,220)

Color info

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

RGB color model

#C3BEDC color RGB value is (195,190,220).

RGB: (195,190,220) (76%, 75%, 86%)

RGB channels and saturation

R 195 of 255 = 76%
G 190 of 255 = 75%
B 220 of 255 = 86%

195
190
220

R + G + B ~ 79%. #C3BEDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 190 + 220 = 605 (100%)
R 195 of 605 ~ 32.23%
G 190 of 605 ~ 31.4%
B 220 of 605 ~ 36.36'%

%32.23
%31.4
%36.36

CMYK color model

#C3BEDC color CMYK value is (11,14,0,14).

  • cyan value is 11.36%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (11,14,0,14) C11M14Y0K14 (11%,14%,0%,14%) (0.11/0.14/0.00/0.14) 

CMYK percentages

%11.36
%13.64
%0
%13.73

Codes

Color #C3BEDC in popluar color models

C3 BE DC
RGB 195 190 220
HSL 250° 30.00% 80.39%
HSB/HSV 250° 13.64% 86.27%
CMYK 11.36% 13.64% 0.00%
13.73%

Color #C3BEDC in popluar number systems.

HEX C3 BE DC
Decimal 195 190 220
Binary 11000011 10111110 11011100
Octal 303 276 334

Shades and tints

Shades of #C3BEDC

#C3BEDC
(195,190,220)
#B2ADC8
(178,173,200)
#A19CB4
(161,156,180)
#908BA0
(144,139,160)
#7F7A8C
(127,122,140)
#6E6978
(110,105,120)
#5D5864
(93,88,100)
#4C4750
(76,71,80)
#3B363C
(59,54,60)
#2A2528
(42,37,40)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #C3BEDC

#C3BEDC
(195,190,220)
#C8C3DF
(200,195,223)
#CDC8E2
(205,200,226)
#D2CDE5
(210,205,229)
#D7D2E8
(215,210,232)
#DCD7EB
(220,215,235)
#E1DCEE
(225,220,238)
#E6E1F1
(230,225,241)
#EBE6F4
(235,230,244)
#F0EBF7
(240,235,247)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3BEDC; }

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

This text font color is #C3BEDC.

Background Color

.myBgColor { background-color: #C3BEDC; }

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

This div background color is #C3BEDC.

Border color

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

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

This div border color is #C3BEDC.

Opacity

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

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

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

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

This text has shadow with #C3BEDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BEDC.

Preview

Color preview on black background

This text has color #C3BEDC on black background.


Color preview on white background

This text has color #C3BEDC on white background.


Black color preview on #C3BEDC background

This text has black color on #C3BEDC background.


White color preview on #C3BEDC background

This text has white color on #C3BEDC background.


Related colors

Complementary color

Complementary color for #hex is #3C4123.


I love getcolorcode.com

Triadic colors

1 #DCC3BE and #BEDCC3 with #C3BEDC are triadic colors.

2 #DCBEC3 and #BEC3DC with #C3BEDC are triadic colors.