COLOR #C5BCEF

HEX: #C5BCEF RGB: (197,188,239)

Color info

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

RGB color model

#C5BCEF color RGB value is (197,188,239).

RGB: (197,188,239) (77%, 74%, 94%)

RGB channels and saturation

R 197 of 255 = 77%
G 188 of 255 = 74%
B 239 of 255 = 94%

197
188
239

R + G + B ~ 82%. #C5BCEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 188 + 239 = 624 (100%)
R 197 of 624 ~ 31.57%
G 188 of 624 ~ 30.13%
B 239 of 624 ~ 38.3'%

%31.57
%30.13
%38.3

CMYK color model

#C5BCEF color CMYK value is (18,21,0,6).

  • cyan value is 17.57%
  • magenta value is 21.34%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (18,21,0,6)
C18M21Y0K6 (18%, 21%, 0%, 6%)
(0.18 / 0.21 / 0.00 / 0.06)

CMYK percentages

%17.57
%21.34
%0
%6.27

Codes

Color #C5BCEF in popluar color models

C5 BC EF
RGB 197 188 239
HSL 251° 61.45% 83.73%
HSB/HSV 251° 21.34% 93.73%
CMYK 17.57% 21.34% 0.00%
6.27%

Color #C5BCEF in popluar number systems.

HEX C5 BC EF
Decimal 197 188 239
Binary 11000101 10111100 11101111
Octal 305 274 357

Shades and tints

Shades of #C5BCEF

#C5BCEF
(197,188,239)
#B4ABDA
(180,171,218)
#A39AC5
(163,154,197)
#9289B0
(146,137,176)
#81789B
(129,120,155)
#706786
(112,103,134)
#5F5671
(95,86,113)
#4E455C
(78,69,92)
#3D3447
(61,52,71)
#2C2332
(44,35,50)
#1B121D
(27,18,29)
#000000
(0,0,0)

Tints of #C5BCEF

#C5BCEF
(197,188,239)
#CAC2F0
(202,194,240)
#CFC8F1
(207,200,241)
#D4CEF2
(212,206,242)
#D9D4F3
(217,212,243)
#DEDAF4
(222,218,244)
#E3E0F5
(227,224,245)
#E8E6F6
(232,230,246)
#EDECF7
(237,236,247)
#F2F2F8
(242,242,248)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BCEF color. Also use rgb(197,188,239) instead hex code.

Text Font Color

.myTextColor { color: #C5BCEF; }

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

This text font color is #C5BCEF.

Background Color

.myBgColor { background-color: #C5BCEF; }

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

This div background color is #C5BCEF.

Border color

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

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

This div border color is #C5BCEF.

Opacity

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

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

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

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

This text has shadow with #C5BCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BCEF.

Preview

Color preview on black background

This text has color #C5BCEF on black background.


Color preview on white background

This text has color #C5BCEF on white background.


Black color preview on #C5BCEF background

This text has black color on #C5BCEF background.


White color preview on #C5BCEF background

This text has white color on #C5BCEF background.


Related colors

Complementary color

Complementary color for #hex is #3A4310.


I love getcolorcode.com

Triadic colors

1 #EFC5BC and #BCEFC5 with #C5BCEF are triadic colors.

2 #EFBCC5 and #BCC5EF with #C5BCEF are triadic colors.