COLOR #C8BEF3

HEX: #C8BEF3 RGB: (200,190,243)

Color info

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

RGB color model

#C8BEF3 color RGB value is (200,190,243).

RGB: (200,190,243) (78%, 75%, 95%)

RGB channels and saturation

R 200 of 255 = 78%
G 190 of 255 = 75%
B 243 of 255 = 95%

200
190
243

R + G + B ~ 83%. #C8BEF3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 190 + 243 = 633 (100%)
R 200 of 633 ~ 31.6%
G 190 of 633 ~ 30.02%
B 243 of 633 ~ 38.39'%

%31.6
%30.02
%38.39

CMYK color model

#C8BEF3 color CMYK value is (18,22,0,5).

  • cyan value is 17.70%
  • magenta value is 21.81%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (18,22,0,5)
C18M22Y0K5 (18%, 22%, 0%, 5%)
(0.18 / 0.22 / 0.00 / 0.05)

CMYK percentages

%17.7
%21.81
%0
%4.71

Codes

Color #C8BEF3 in popluar color models

C8 BE F3
RGB 200 190 243
HSL 251° 68.83% 84.90%
HSB/HSV 251° 21.81% 95.29%
CMYK 17.70% 21.81% 0.00%
4.71%

Color #C8BEF3 in popluar number systems.

HEX C8 BE F3
Decimal 200 190 243
Binary 11001000 10111110 11110011
Octal 310 276 363

Shades and tints

Shades of #C8BEF3

#C8BEF3
(200,190,243)
#B6ADDD
(182,173,221)
#A49CC7
(164,156,199)
#928BB1
(146,139,177)
#807A9B
(128,122,155)
#6E6985
(110,105,133)
#5C586F
(92,88,111)
#4A4759
(74,71,89)
#383643
(56,54,67)
#26252D
(38,37,45)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #C8BEF3

#C8BEF3
(200,190,243)
#CDC3F4
(205,195,244)
#D2C8F5
(210,200,245)
#D7CDF6
(215,205,246)
#DCD2F7
(220,210,247)
#E1D7F8
(225,215,248)
#E6DCF9
(230,220,249)
#EBE1FA
(235,225,250)
#F0E6FB
(240,230,251)
#F5EBFC
(245,235,252)
#FAF0FD
(250,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BEF3 color. Also use rgb(200,190,243) instead hex code.

Text Font Color

.myTextColor { color: #C8BEF3; }

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

This text font color is #C8BEF3.

Background Color

.myBgColor { background-color: #C8BEF3; }

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

This div background color is #C8BEF3.

Border color

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

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

This div border color is #C8BEF3.

Opacity

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

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

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

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

This text has shadow with #C8BEF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8BEF3.

Preview

Color preview on black background

This text has color #C8BEF3 on black background.


Color preview on white background

This text has color #C8BEF3 on white background.


Black color preview on #C8BEF3 background

This text has black color on #C8BEF3 background.


White color preview on #C8BEF3 background

This text has white color on #C8BEF3 background.


Related colors

Complementary color

Complementary color for #hex is #37410C.


I love getcolorcode.com

Triadic colors

1 #F3C8BE and #BEF3C8 with #C8BEF3 are triadic colors.

2 #F3BEC8 and #BEC8F3 with #C8BEF3 are triadic colors.