COLOR #C2ABE5

HEX: #C2ABE5
RGB: (194,171,229)

Renk bilgisi

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

RGB renk modeli

#C2ABE5 color RGB value is (194,171,229).

  • kırmız ton 194;
  • yeşil ton 171;
  • mavi ton 229.
RGB:
(194,171,229)
(76%,67%,90%)

RGB bağlantıları ve doygunluk

R 194 of 255 = 76%
G 171 of 255 = 67%
B 229 of 255 = 90%

194
171
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
194 + 171 + 229 = 594 (100%)
R 194 of 594 ~ 32.66%
G 171 of 594 ~ 28.79%
B 229 of 594 ~ 38.55%

%32.66
%28.79
%38.55

CMYK RENK MODELİ

#C2ABE5 rengi CMYK tonu (15,25,0,10).

  • camgöbeği tonu 15.28%
  • eflatun tonu 25.33%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(15,25,0,10)
C15M25Y0K10 
(15%,25%,0%,10%)
(0.15/0.25/0.00/0.10)	

CMYK yüzdeleri

%15.28
%25.33
%0
%10.2

Codes

Color #C2ABE5 in popluar color models

C2ABE5
RGB194171229
HSL264°52.73%78.43%
HSB/HSV264°25.33%89.80%
CMYK15.28%25.33%0.00%
10.20%

Color #C2ABE5 in popluar number systems.

HEXC2ABE5
Decimal194171229
Binary110000101010101111100101
Octal302253345

Shades and tints

Shades of #C2ABE5

#C2ABE5
(194,171,229)
#B19CD1
(177,156,209)
#A08DBD
(160,141,189)
#8F7EA9
(143,126,169)
#7E6F95
(126,111,149)
#6D6081
(109,96,129)
#5C516D
(92,81,109)
#4B4259
(75,66,89)
#3A3345
(58,51,69)
#292431
(41,36,49)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #C2ABE5

#C2ABE5
(194,171,229)
#C7B2E7
(199,178,231)
#CCB9E9
(204,185,233)
#D1C0EB
(209,192,235)
#D6C7ED
(214,199,237)
#DBCEEF
(219,206,239)
#E0D5F1
(224,213,241)
#E5DCF3
(229,220,243)
#EAE3F5
(234,227,245)
#EFEAF7
(239,234,247)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2ABE5 color. Also use rgb(194,171,229) instead hex code.

Text Font Color

.myTextColor { color: #C2ABE5; }

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

This text font color is #C2ABE5.


Background Color

.myBgColor { background-color: #C2ABE5; }

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

This div background color is #C2ABE5.


Border color

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

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

This div border color is #C2ABE5.


Opacity

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

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

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

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

This text has shadow with #C2ABE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2ABE5 on black background.


Color preview on white background

This text has color #C2ABE5 on white background.



Black color preview on #C2ABE5 background

This text has black color on #C2ABE5 background.


White color preview on #C2ABE5 background

This text has white color on #C2ABE5 background.