COLOR #C5BAEC

HEX: #C5BAEC RGB: (197,186,236)

Color info

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

RGB color model

#C5BAEC color RGB value is (197,186,236).

RGB: (197,186,236) (77%, 73%, 93%)

RGB channels and saturation

R 197 of 255 = 77%
G 186 of 255 = 73%
B 236 of 255 = 93%

197
186
236

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

Portions of RGB colors in percentages

R + G + B = 197 + 186 + 236 = 619 (100%)
R 197 of 619 ~ 31.83%
G 186 of 619 ~ 30.05%
B 236 of 619 ~ 38.13'%

%31.83
%30.05
%38.13

CMYK color model

#C5BAEC color CMYK value is (17,21,0,7).

  • cyan value is 16.53%
  • magenta value is 21.19%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (17,21,0,7)
C17M21Y0K7 (17%, 21%, 0%, 7%)
(0.17 / 0.21 / 0.00 / 0.07)

CMYK percentages

%16.53
%21.19
%0
%7.45

Codes

Color #C5BAEC in popluar color models

C5 BA EC
RGB 197 186 236
HSL 253° 56.82% 82.75%
HSB/HSV 253° 21.19% 92.55%
CMYK 16.53% 21.19% 0.00%
7.45%

Color #C5BAEC in popluar number systems.

HEX C5 BA EC
Decimal 197 186 236
Binary 11000101 10111010 11101100
Octal 305 272 354

Shades and tints

Shades of #C5BAEC

#C5BAEC
(197,186,236)
#B4AAD7
(180,170,215)
#A39AC2
(163,154,194)
#928AAD
(146,138,173)
#817A98
(129,122,152)
#706A83
(112,106,131)
#5F5A6E
(95,90,110)
#4E4A59
(78,74,89)
#3D3A44
(61,58,68)
#2C2A2F
(44,42,47)
#1B1A1A
(27,26,26)
#000000
(0,0,0)

Tints of #C5BAEC

#C5BAEC
(197,186,236)
#CAC0ED
(202,192,237)
#CFC6EE
(207,198,238)
#D4CCEF
(212,204,239)
#D9D2F0
(217,210,240)
#DED8F1
(222,216,241)
#E3DEF2
(227,222,242)
#E8E4F3
(232,228,243)
#EDEAF4
(237,234,244)
#F2F0F5
(242,240,245)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BAEC color. Also use rgb(197,186,236) instead hex code.

Text Font Color

.myTextColor { color: #C5BAEC; }

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

This text font color is #C5BAEC.

Background Color

.myBgColor { background-color: #C5BAEC; }

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

This div background color is #C5BAEC.

Border color

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

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

This div border color is #C5BAEC.

Opacity

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

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

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

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

This text has shadow with #C5BAEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BAEC.

Preview

Color preview on black background

This text has color #C5BAEC on black background.


Color preview on white background

This text has color #C5BAEC on white background.


Black color preview on #C5BAEC background

This text has black color on #C5BAEC background.


White color preview on #C5BAEC background

This text has white color on #C5BAEC background.


Related colors

Complementary color

Complementary color for #hex is #3A4513.


I love getcolorcode.com

Triadic colors

1 #ECC5BA and #BAECC5 with #C5BAEC are triadic colors.

2 #ECBAC5 and #BAC5EC with #C5BAEC are triadic colors.