COLOR #C5BEF0

HEX: #C5BEF0 RGB: (197,190,240)

Color info

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

RGB color model

#C5BEF0 color RGB value is (197,190,240).

RGB: (197,190,240) (77%, 75%, 94%)

RGB channels and saturation

R 197 of 255 = 77%
G 190 of 255 = 75%
B 240 of 255 = 94%

197
190
240

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

Portions of RGB colors in percentages

R + G + B = 197 + 190 + 240 = 627 (100%)
R 197 of 627 ~ 31.42%
G 190 of 627 ~ 30.3%
B 240 of 627 ~ 38.28'%

%31.42
%30.3
%38.28

CMYK color model

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

  • cyan value is 17.92%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 5.88%

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

CMYK percentages

%17.92
%20.83
%0
%5.88

Codes

Color #C5BEF0 in popluar color models

C5 BE F0
RGB 197 190 240
HSL 248° 62.50% 84.31%
HSB/HSV 248° 20.83% 94.12%
CMYK 17.92% 20.83% 0.00%
5.88%

Color #C5BEF0 in popluar number systems.

HEX C5 BE F0
Decimal 197 190 240
Binary 11000101 10111110 11110000
Octal 305 276 360

Shades and tints

Shades of #C5BEF0

#C5BEF0
(197,190,240)
#B4ADDB
(180,173,219)
#A39CC6
(163,156,198)
#928BB1
(146,139,177)
#817A9C
(129,122,156)
#706987
(112,105,135)
#5F5872
(95,88,114)
#4E475D
(78,71,93)
#3D3648
(61,54,72)
#2C2533
(44,37,51)
#1B141E
(27,20,30)
#000000
(0,0,0)

Tints of #C5BEF0

#C5BEF0
(197,190,240)
#CAC3F1
(202,195,241)
#CFC8F2
(207,200,242)
#D4CDF3
(212,205,243)
#D9D2F4
(217,210,244)
#DED7F5
(222,215,245)
#E3DCF6
(227,220,246)
#E8E1F7
(232,225,247)
#EDE6F8
(237,230,248)
#F2EBF9
(242,235,249)
#F7F0FA
(247,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BEF0 color. Also use rgb(197,190,240) instead hex code.

Text Font Color

.myTextColor { color: #C5BEF0; }

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

This text font color is #C5BEF0.

Background Color

.myBgColor { background-color: #C5BEF0; }

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

This div background color is #C5BEF0.

Border color

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

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

This div border color is #C5BEF0.

Opacity

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

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

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

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

This text has shadow with #C5BEF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BEF0.

Preview

Color preview on black background

This text has color #C5BEF0 on black background.


Color preview on white background

This text has color #C5BEF0 on white background.


Black color preview on #C5BEF0 background

This text has black color on #C5BEF0 background.


White color preview on #C5BEF0 background

This text has white color on #C5BEF0 background.


Related colors

Complementary color

Complementary color for #hex is #3A410F.


I love getcolorcode.com

Triadic colors

1 #F0C5BE and #BEF0C5 with #C5BEF0 are triadic colors.

2 #F0BEC5 and #BEC5F0 with #C5BEF0 are triadic colors.