COLOR #C5AFE0

HEX: #C5AFE0
RGB: (197,175,224)

Renk bilgisi

#C5AFE0 contains red, green and blue colors in about the same proportion. #C5AFE0 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C5AFE0 color RGB value is (197,175,224).

  • kırmız ton 197;
  • yeşil ton 175;
  • mavi ton 224.
RGB:
(197,175,224)
(77%,69%,88%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 175 of 255 = 69%
B 224 of 255 = 88%

197
175
224

R + G + B ~ 78%. #C5AFE0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 175 + 224 = 596 (100%)
R 197 of 596 ~ 33.05%
G 175 of 596 ~ 29.36%
B 224 of 596 ~ 37.58%

%33.05
%29.36
%37.58

CMYK RENK MODELİ

#C5AFE0 rengi CMYK tonu (12,22,0,12).

  • camgöbeği tonu 12.05%
  • eflatun tonu 21.88%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(12,22,0,12)
C12M22Y0K12 
(12%,22%,0%,12%)
(0.12/0.22/0.00/0.12)	

CMYK yüzdeleri

%12.05
%21.88
%0
%12.16

Codes

Color #C5AFE0 in popluar color models

C5AFE0
RGB197175224
HSL267°44.14%78.24%
HSB/HSV267°21.88%87.84%
CMYK12.05%21.88%0.00%
12.16%

Color #C5AFE0 in popluar number systems.

HEXC5AFE0
Decimal197175224
Binary110001011010111111100000
Octal305257340

Shades and tints

Shades of #C5AFE0

#C5AFE0
(197,175,224)
#B4A0CC
(180,160,204)
#A391B8
(163,145,184)
#9282A4
(146,130,164)
#817390
(129,115,144)
#70647C
(112,100,124)
#5F5568
(95,85,104)
#4E4654
(78,70,84)
#3D3740
(61,55,64)
#2C282C
(44,40,44)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #C5AFE0

#C5AFE0
(197,175,224)
#CAB6E2
(202,182,226)
#CFBDE4
(207,189,228)
#D4C4E6
(212,196,230)
#D9CBE8
(217,203,232)
#DED2EA
(222,210,234)
#E3D9EC
(227,217,236)
#E8E0EE
(232,224,238)
#EDE7F0
(237,231,240)
#F2EEF2
(242,238,242)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AFE0 color. Also use rgb(197,175,224) instead hex code.

Text Font Color

.myTextColor { color: #C5AFE0; }

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

This text font color is #C5AFE0.


Background Color

.myBgColor { background-color: #C5AFE0; }

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

This div background color is #C5AFE0.


Border color

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

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

This div border color is #C5AFE0.


Opacity

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

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

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

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

This text has shadow with #C5AFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AFE0 on black background.


Color preview on white background

This text has color #C5AFE0 on white background.



Black color preview on #C5AFE0 background

This text has black color on #C5AFE0 background.


White color preview on #C5AFE0 background

This text has white color on #C5AFE0 background.