COLOR #C5ACE5

HEX: #C5ACE5
RGB: (197,172,229)

Renk bilgisi

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

RGB renk modeli

#C5ACE5 color RGB value is (197,172,229).

  • kırmız ton 197;
  • yeşil ton 172;
  • mavi ton 229.
RGB:
(197,172,229)
(77%,67%,90%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 172 of 255 = 67%
B 229 of 255 = 90%

197
172
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 172 + 229 = 598 (100%)
R 197 of 598 ~ 32.94%
G 172 of 598 ~ 28.76%
B 229 of 598 ~ 38.29%

%32.94
%28.76
%38.29

CMYK RENK MODELİ

#C5ACE5 rengi CMYK tonu (14,25,0,10).

  • camgöbeği tonu 13.97%
  • eflatun tonu 24.89%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(14,25,0,10)
C14M25Y0K10 
(14%,25%,0%,10%)
(0.14/0.25/0.00/0.10)	

CMYK yüzdeleri

%13.97
%24.89
%0
%10.2

Codes

Color #C5ACE5 in popluar color models

C5ACE5
RGB197172229
HSL266°52.29%78.63%
HSB/HSV266°24.89%89.80%
CMYK13.97%24.89%0.00%
10.20%

Color #C5ACE5 in popluar number systems.

HEXC5ACE5
Decimal197172229
Binary110001011010110011100101
Octal305254345

Shades and tints

Shades of #C5ACE5

#C5ACE5
(197,172,229)
#B49DD1
(180,157,209)
#A38EBD
(163,142,189)
#927FA9
(146,127,169)
#817095
(129,112,149)
#706181
(112,97,129)
#5F526D
(95,82,109)
#4E4359
(78,67,89)
#3D3445
(61,52,69)
#2C2531
(44,37,49)
#1B161D
(27,22,29)
#000000
(0,0,0)

Tints of #C5ACE5

#C5ACE5
(197,172,229)
#CAB3E7
(202,179,231)
#CFBAE9
(207,186,233)
#D4C1EB
(212,193,235)
#D9C8ED
(217,200,237)
#DECFEF
(222,207,239)
#E3D6F1
(227,214,241)
#E8DDF3
(232,221,243)
#EDE4F5
(237,228,245)
#F2EBF7
(242,235,247)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5ACE5 color. Also use rgb(197,172,229) instead hex code.

Text Font Color

.myTextColor { color: #C5ACE5; }

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

This text font color is #C5ACE5.


Background Color

.myBgColor { background-color: #C5ACE5; }

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

This div background color is #C5ACE5.


Border color

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

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

This div border color is #C5ACE5.


Opacity

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

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

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

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

This text has shadow with #C5ACE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ACE5 on black background.


Color preview on white background

This text has color #C5ACE5 on white background.



Black color preview on #C5ACE5 background

This text has black color on #C5ACE5 background.


White color preview on #C5ACE5 background

This text has white color on #C5ACE5 background.