COLOR #C5A6EE

HEX: #C5A6EE
RGB: (197,166,238)

Renk bilgisi

#C5A6EE contains mainly red and blue colors. #C5A6EE ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#C5A6EE color RGB value is (197,166,238).

  • kırmız ton 197;
  • yeşil ton 166;
  • mavi ton 238.
RGB:
(197,166,238)
(77%,65%,93%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 166 of 255 = 65%
B 238 of 255 = 93%

197
166
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 166 + 238 = 601 (100%)
R 197 of 601 ~ 32.78%
G 166 of 601 ~ 27.62%
B 238 of 601 ~ 39.6%

%32.78
%27.62
%39.6

CMYK RENK MODELİ

#C5A6EE rengi CMYK tonu (17,30,0,7).

  • camgöbeği tonu 17.23%
  • eflatun tonu 30.25%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(17,30,0,7)
C17M30Y0K7 
(17%,30%,0%,7%)
(0.17/0.30/0.00/0.07)	

CMYK yüzdeleri

%17.23
%30.25
%0
%6.67

Codes

Color #C5A6EE in popluar color models

C5A6EE
RGB197166238
HSL266°67.92%79.22%
HSB/HSV266°30.25%93.33%
CMYK17.23%30.25%0.00%
6.67%

Color #C5A6EE in popluar number systems.

HEXC5A6EE
Decimal197166238
Binary110001011010011011101110
Octal305246356

Shades and tints

Shades of #C5A6EE

#C5A6EE
(197,166,238)
#B497D9
(180,151,217)
#A388C4
(163,136,196)
#9279AF
(146,121,175)
#816A9A
(129,106,154)
#705B85
(112,91,133)
#5F4C70
(95,76,112)
#4E3D5B
(78,61,91)
#3D2E46
(61,46,70)
#2C1F31
(44,31,49)
#1B101C
(27,16,28)
#000000
(0,0,0)

Tints of #C5A6EE

#C5A6EE
(197,166,238)
#CAAEEF
(202,174,239)
#CFB6F0
(207,182,240)
#D4BEF1
(212,190,241)
#D9C6F2
(217,198,242)
#DECEF3
(222,206,243)
#E3D6F4
(227,214,244)
#E8DEF5
(232,222,245)
#EDE6F6
(237,230,246)
#F2EEF7
(242,238,247)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A6EE color. Also use rgb(197,166,238) instead hex code.

Text Font Color

.myTextColor { color: #C5A6EE; }

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

This text font color is #C5A6EE.


Background Color

.myBgColor { background-color: #C5A6EE; }

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

This div background color is #C5A6EE.


Border color

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

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

This div border color is #C5A6EE.


Opacity

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

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

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

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

This text has shadow with #C5A6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A6EE on black background.


Color preview on white background

This text has color #C5A6EE on white background.



Black color preview on #C5A6EE background

This text has black color on #C5A6EE background.


White color preview on #C5A6EE background

This text has white color on #C5A6EE background.