COLOR #C4C4FF

HEX: #C4C4FF RGB: (196,196,255)

Color info

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

RGB color model

#C4C4FF color RGB value is (196,196,255).

RGB: (196,196,255) (77%, 77%, 100%)

RGB channels and saturation

R 196 of 255 = 77%
G 196 of 255 = 77%
B 255 of 255 = 100%

196
196
255

R + G + B ~ 85%. #C4C4FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 196 + 255 = 647 (100%)
R 196 of 647 ~ 30.29%
G 196 of 647 ~ 30.29%
B 255 of 647 ~ 39.41'%

%30.29
%30.29
%39.41

CMYK color model

#C4C4FF color CMYK value is (23,23,0,0).

  • cyan value is 23.14%
  • magenta value is 23.14%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (23,23,0,0)
C23M23Y0K0 (23%, 23%, 0%, 0%)
(0.23 / 0.23 / 0.00 / 0.00)

CMYK percentages

%23.14
%23.14
%0
%0

Codes

Color #C4C4FF in popluar color models

C4 C4 FF
RGB 196 196 255
HSL 240° 100.00% 88.43%
HSB/HSV 240° 23.14% 100.00%
CMYK 23.14% 23.14% 0.00%
0.00%

Color #C4C4FF in popluar number systems.

HEX C4 C4 FF
Decimal 196 196 255
Binary 11000100 11000100 11111111
Octal 304 304 377

Shades and tints

Shades of #C4C4FF

#C4C4FF
(196,196,255)
#B3B3E8
(179,179,232)
#A2A2D1
(162,162,209)
#9191BA
(145,145,186)
#8080A3
(128,128,163)
#6F6F8C
(111,111,140)
#5E5E75
(94,94,117)
#4D4D5E
(77,77,94)
#3C3C47
(60,60,71)
#2B2B30
(43,43,48)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #C4C4FF

#C4C4FF
(196,196,255)
#C9C9FF
(201,201,255)
#CECEFF
(206,206,255)
#D3D3FF
(211,211,255)
#D8D8FF
(216,216,255)
#DDDDFF
(221,221,255)
#E2E2FF
(226,226,255)
#E7E7FF
(231,231,255)
#ECECFF
(236,236,255)
#F1F1FF
(241,241,255)
#F6F6FF
(246,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C4FF; }

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

This text font color is #C4C4FF.

Background Color

.myBgColor { background-color: #C4C4FF; }

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

This div background color is #C4C4FF.

Border color

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

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

This div border color is #C4C4FF.

Opacity

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

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

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

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

This text has shadow with #C4C4FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C4FF.

Preview

Color preview on black background

This text has color #C4C4FF on black background.


Color preview on white background

This text has color #C4C4FF on white background.


Black color preview on #C4C4FF background

This text has black color on #C4C4FF background.


White color preview on #C4C4FF background

This text has white color on #C4C4FF background.


Related colors

Complementary color

Complementary color for #hex is #3B3B00.


I love getcolorcode.com