COLOR #C8C2FB

HEX: #C8C2FB RGB: (200,194,251)

Color info

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

RGB color model

#C8C2FB color RGB value is (200,194,251).

RGB: (200,194,251) (78%, 76%, 98%)

RGB channels and saturation

R 200 of 255 = 78%
G 194 of 255 = 76%
B 251 of 255 = 98%

200
194
251

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

Portions of RGB colors in percentages

R + G + B = 200 + 194 + 251 = 645 (100%)
R 200 of 645 ~ 31.01%
G 194 of 645 ~ 30.08%
B 251 of 645 ~ 38.91'%

%31.01
%30.08
%38.91

CMYK color model

#C8C2FB color CMYK value is (20,23,0,2).

  • cyan value is 20.32%
  • magenta value is 22.71%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (20,23,0,2)
C20M23Y0K2 (20%, 23%, 0%, 2%)
(0.20 / 0.23 / 0.00 / 0.02)

CMYK percentages

%20.32
%22.71
%0
%1.57

Codes

Color #C8C2FB in popluar color models

C8 C2 FB
RGB 200 194 251
HSL 246° 87.69% 87.25%
HSB/HSV 246° 22.71% 98.43%
CMYK 20.32% 22.71% 0.00%
1.57%

Color #C8C2FB in popluar number systems.

HEX C8 C2 FB
Decimal 200 194 251
Binary 11001000 11000010 11111011
Octal 310 302 373

Shades and tints

Shades of #C8C2FB

#C8C2FB
(200,194,251)
#B6B1E5
(182,177,229)
#A4A0CF
(164,160,207)
#928FB9
(146,143,185)
#807EA3
(128,126,163)
#6E6D8D
(110,109,141)
#5C5C77
(92,92,119)
#4A4B61
(74,75,97)
#383A4B
(56,58,75)
#262935
(38,41,53)
#14181F
(20,24,31)
#000000
(0,0,0)

Tints of #C8C2FB

#C8C2FB
(200,194,251)
#CDC7FB
(205,199,251)
#D2CCFB
(210,204,251)
#D7D1FB
(215,209,251)
#DCD6FB
(220,214,251)
#E1DBFB
(225,219,251)
#E6E0FB
(230,224,251)
#EBE5FB
(235,229,251)
#F0EAFB
(240,234,251)
#F5EFFB
(245,239,251)
#FAF4FB
(250,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C2FB color. Also use rgb(200,194,251) instead hex code.

Text Font Color

.myTextColor { color: #C8C2FB; }

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

This text font color is #C8C2FB.

Background Color

.myBgColor { background-color: #C8C2FB; }

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

This div background color is #C8C2FB.

Border color

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

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

This div border color is #C8C2FB.

Opacity

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

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

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

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

This text has shadow with #C8C2FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C2FB.

Preview

Color preview on black background

This text has color #C8C2FB on black background.


Color preview on white background

This text has color #C8C2FB on white background.


Black color preview on #C8C2FB background

This text has black color on #C8C2FB background.


White color preview on #C8C2FB background

This text has white color on #C8C2FB background.


Related colors

Complementary color

Complementary color for #hex is #373D04.


I love getcolorcode.com

Triadic colors

1 #FBC8C2 and #C2FBC8 with #C8C2FB are triadic colors.

2 #FBC2C8 and #C2C8FB with #C8C2FB are triadic colors.