COLOR #C5BEFF

HEX: #C5BEFF RGB: (197,190,255)

Color info

#C5BEFF contains mainly red and blue colors. Web safe color of #C5BEFF is #CCCCFF (or #CCF).

RGB color model

#C5BEFF color RGB value is (197,190,255).

RGB: (197,190,255) (77%, 75%, 100%)

RGB channels and saturation

R 197 of 255 = 77%
G 190 of 255 = 75%
B 255 of 255 = 100%

197
190
255

R + G + B ~ 84%. #C5BEFF is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 190 + 255 = 642 (100%)
R 197 of 642 ~ 30.69%
G 190 of 642 ~ 29.6%
B 255 of 642 ~ 39.72'%

%30.69
%29.6
%39.72

CMYK color model

#C5BEFF color CMYK value is (23,25,0,0).

  • cyan value is 22.75%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (23,25,0,0)
C23M25Y0K0 (23%, 25%, 0%, 0%)
(0.23 / 0.25 / 0.00 / 0.00)

CMYK percentages

%22.75
%25.49
%0
%0

Codes

Color #C5BEFF in popluar color models

C5 BE FF
RGB 197 190 255
HSL 246° 100.00% 87.25%
HSB/HSV 246° 25.49% 100.00%
CMYK 22.75% 25.49% 0.00%
0.00%

Color #C5BEFF in popluar number systems.

HEX C5 BE FF
Decimal 197 190 255
Binary 11000101 10111110 11111111
Octal 305 276 377

Shades and tints

Shades of #C5BEFF

#C5BEFF
(197,190,255)
#B4ADE8
(180,173,232)
#A39CD1
(163,156,209)
#928BBA
(146,139,186)
#817AA3
(129,122,163)
#70698C
(112,105,140)
#5F5875
(95,88,117)
#4E475E
(78,71,94)
#3D3647
(61,54,71)
#2C2530
(44,37,48)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #C5BEFF

#C5BEFF
(197,190,255)
#CAC3FF
(202,195,255)
#CFC8FF
(207,200,255)
#D4CDFF
(212,205,255)
#D9D2FF
(217,210,255)
#DED7FF
(222,215,255)
#E3DCFF
(227,220,255)
#E8E1FF
(232,225,255)
#EDE6FF
(237,230,255)
#F2EBFF
(242,235,255)
#F7F0FF
(247,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BEFF; }

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

This text font color is #C5BEFF.

Background Color

.myBgColor { background-color: #C5BEFF; }

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

This div background color is #C5BEFF.

Border color

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

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

This div border color is #C5BEFF.

Opacity

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

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

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

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

This text has shadow with #C5BEFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BEFF.

Preview

Color preview on black background

This text has color #C5BEFF on black background.


Color preview on white background

This text has color #C5BEFF on white background.


Black color preview on #C5BEFF background

This text has black color on #C5BEFF background.


White color preview on #C5BEFF background

This text has white color on #C5BEFF background.


Related colors

Complementary color

Complementary color for #hex is #3A4100.


I love getcolorcode.com

Triadic colors

1 #FFC5BE and #BEFFC5 with #C5BEFF are triadic colors.

2 #FFBEC5 and #BEC5FF with #C5BEFF are triadic colors.