COLOR #C5ABEE

HEX: #C5ABEE
RGB: (197,171,238)

Renk bilgisi

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

RGB renk modeli

#C5ABEE color RGB value is (197,171,238).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 171 of 255 = 67%
B 238 of 255 = 93%

197
171
238

R + G + B ~ 79%. #C5ABEE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 171 + 238 = 606 (100%)
R 197 of 606 ~ 32.51%
G 171 of 606 ~ 28.22%
B 238 of 606 ~ 39.27%

%32.51
%28.22
%39.27

CMYK RENK MODELİ

#C5ABEE rengi CMYK tonu (17,28,0,7).

  • camgöbeği tonu 17.23%
  • eflatun tonu 28.15%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(17,28,0,7)
C17M28Y0K7 
(17%,28%,0%,7%)
(0.17/0.28/0.00/0.07)	

CMYK yüzdeleri

%17.23
%28.15
%0
%6.67

Codes

Color #C5ABEE in popluar color models

C5ABEE
RGB197171238
HSL263°66.34%80.20%
HSB/HSV263°28.15%93.33%
CMYK17.23%28.15%0.00%
6.67%

Color #C5ABEE in popluar number systems.

HEXC5ABEE
Decimal197171238
Binary110001011010101111101110
Octal305253356

Shades and tints

Shades of #C5ABEE

#C5ABEE
(197,171,238)
#B49CD9
(180,156,217)
#A38DC4
(163,141,196)
#927EAF
(146,126,175)
#816F9A
(129,111,154)
#706085
(112,96,133)
#5F5170
(95,81,112)
#4E425B
(78,66,91)
#3D3346
(61,51,70)
#2C2431
(44,36,49)
#1B151C
(27,21,28)
#000000
(0,0,0)

Tints of #C5ABEE

#C5ABEE
(197,171,238)
#CAB2EF
(202,178,239)
#CFB9F0
(207,185,240)
#D4C0F1
(212,192,241)
#D9C7F2
(217,199,242)
#DECEF3
(222,206,243)
#E3D5F4
(227,213,244)
#E8DCF5
(232,220,245)
#EDE3F6
(237,227,246)
#F2EAF7
(242,234,247)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ABEE; }

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

This text font color is #C5ABEE.


Background Color

.myBgColor { background-color: #C5ABEE; }

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

This div background color is #C5ABEE.


Border color

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

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

This div border color is #C5ABEE.


Opacity

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

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

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

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

This text has shadow with #C5ABEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ABEE on black background.


Color preview on white background

This text has color #C5ABEE on white background.



Black color preview on #C5ABEE background

This text has black color on #C5ABEE background.


White color preview on #C5ABEE background

This text has white color on #C5ABEE background.