COLOR #C4AFEF

HEX: #C4AFEF RGB: (196,175,239)

Color info

#C4AFEF contains mainly red and blue colors. Web safe color of #C4AFEF is #CC99FF (or #C9F).

RGB color model

#C4AFEF color RGB value is (196,175,239).

RGB: (196,175,239) (77%, 69%, 94%)

RGB channels and saturation

R 196 of 255 = 77%
G 175 of 255 = 69%
B 239 of 255 = 94%

196
175
239

R + G + B ~ 80%. #C4AFEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 175 + 239 = 610 (100%)
R 196 of 610 ~ 32.13%
G 175 of 610 ~ 28.69%
B 239 of 610 ~ 39.18'%

%32.13
%28.69
%39.18

CMYK color model

#C4AFEF color CMYK value is (18,27,0,6).

  • cyan value is 17.99%
  • magenta value is 26.78%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (18,27,0,6) C18M27Y0K6 (18%,27%,0%,6%) (0.18/0.27/0.00/0.06) 

CMYK percentages

%17.99
%26.78
%0
%6.27

Codes

Color #C4AFEF in popluar color models

C4 AF EF
RGB 196 175 239
HSL 260° 66.67% 81.18%
HSB/HSV 260° 26.78% 93.73%
CMYK 17.99% 26.78% 0.00%
6.27%

Color #C4AFEF in popluar number systems.

HEX C4 AF EF
Decimal 196 175 239
Binary 11000100 10101111 11101111
Octal 304 257 357

Shades and tints

Shades of #C4AFEF

#C4AFEF
(196,175,239)
#B3A0DA
(179,160,218)
#A291C5
(162,145,197)
#9182B0
(145,130,176)
#80739B
(128,115,155)
#6F6486
(111,100,134)
#5E5571
(94,85,113)
#4D465C
(77,70,92)
#3C3747
(60,55,71)
#2B2832
(43,40,50)
#1A191D
(26,25,29)
#000000
(0,0,0)

Tints of #C4AFEF

#C4AFEF
(196,175,239)
#C9B6F0
(201,182,240)
#CEBDF1
(206,189,241)
#D3C4F2
(211,196,242)
#D8CBF3
(216,203,243)
#DDD2F4
(221,210,244)
#E2D9F5
(226,217,245)
#E7E0F6
(231,224,246)
#ECE7F7
(236,231,247)
#F1EEF8
(241,238,248)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AFEF; }

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

This text font color is #C4AFEF.

Background Color

.myBgColor { background-color: #C4AFEF; }

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

This div background color is #C4AFEF.

Border color

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

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

This div border color is #C4AFEF.

Opacity

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

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

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

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

This text has shadow with #C4AFEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4AFEF.

Preview

Color preview on black background

This text has color #C4AFEF on black background.


Color preview on white background

This text has color #C4AFEF on white background.


Black color preview on #C4AFEF background

This text has black color on #C4AFEF background.


White color preview on #C4AFEF background

This text has white color on #C4AFEF background.


Related colors

Complementary color

Complementary color for #hex is #3B5010.


I love getcolorcode.com

Triadic colors

1 #EFC4AF and #AFEFC4 with #C4AFEF are triadic colors.

2 #EFAFC4 and #AFC4EF with #C4AFEF are triadic colors.