COLOR #C5BBE6

HEX: #C5BBE6 RGB: (197,187,230)

Color info

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

RGB color model

#C5BBE6 color RGB value is (197,187,230).

RGB: (197,187,230) (77%, 73%, 90%)

RGB channels and saturation

R 197 of 255 = 77%
G 187 of 255 = 73%
B 230 of 255 = 90%

197
187
230

R + G + B ~ 80%. #C5BBE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 187 + 230 = 614 (100%)
R 197 of 614 ~ 32.08%
G 187 of 614 ~ 30.46%
B 230 of 614 ~ 37.46'%

%32.08
%30.46
%37.46

CMYK color model

#C5BBE6 color CMYK value is (14,19,0,10).

  • cyan value is 14.35%
  • magenta value is 18.70%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (14,19,0,10)
C14M19Y0K10 (14%, 19%, 0%, 10%)
(0.14 / 0.19 / 0.00 / 0.10)

CMYK percentages

%14.35
%18.7
%0
%9.8

Codes

Color #C5BBE6 in popluar color models

C5 BB E6
RGB 197 187 230
HSL 254° 46.24% 81.76%
HSB/HSV 254° 18.70% 90.20%
CMYK 14.35% 18.70% 0.00%
9.80%

Color #C5BBE6 in popluar number systems.

HEX C5 BB E6
Decimal 197 187 230
Binary 11000101 10111011 11100110
Octal 305 273 346

Shades and tints

Shades of #C5BBE6

#C5BBE6
(197,187,230)
#B4AAD2
(180,170,210)
#A399BE
(163,153,190)
#9288AA
(146,136,170)
#817796
(129,119,150)
#706682
(112,102,130)
#5F556E
(95,85,110)
#4E445A
(78,68,90)
#3D3346
(61,51,70)
#2C2232
(44,34,50)
#1B111E
(27,17,30)
#000000
(0,0,0)

Tints of #C5BBE6

#C5BBE6
(197,187,230)
#CAC1E8
(202,193,232)
#CFC7EA
(207,199,234)
#D4CDEC
(212,205,236)
#D9D3EE
(217,211,238)
#DED9F0
(222,217,240)
#E3DFF2
(227,223,242)
#E8E5F4
(232,229,244)
#EDEBF6
(237,235,246)
#F2F1F8
(242,241,248)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BBE6 color. Also use rgb(197,187,230) instead hex code.

Text Font Color

.myTextColor { color: #C5BBE6; }

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

This text font color is #C5BBE6.

Background Color

.myBgColor { background-color: #C5BBE6; }

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

This div background color is #C5BBE6.

Border color

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

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

This div border color is #C5BBE6.

Opacity

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

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

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

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

This text has shadow with #C5BBE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BBE6.

Preview

Color preview on black background

This text has color #C5BBE6 on black background.


Color preview on white background

This text has color #C5BBE6 on white background.


Black color preview on #C5BBE6 background

This text has black color on #C5BBE6 background.


White color preview on #C5BBE6 background

This text has white color on #C5BBE6 background.


Related colors

Complementary color

Complementary color for #hex is #3A4419.


I love getcolorcode.com

Triadic colors

1 #E6C5BB and #BBE6C5 with #C5BBE6 are triadic colors.

2 #E6BBC5 and #BBC5E6 with #C5BBE6 are triadic colors.