COLOR #C7ACE3

HEX: #C7ACE3
RGB: (199,172,227)

Renk bilgisi

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

RGB renk modeli

#C7ACE3 color RGB value is (199,172,227).

  • kırmız ton 199;
  • yeşil ton 172;
  • mavi ton 227.
RGB:
(199,172,227)
(78%,67%,89%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 172 of 255 = 67%
B 227 of 255 = 89%

199
172
227

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 172 + 227 = 598 (100%)
R 199 of 598 ~ 33.28%
G 172 of 598 ~ 28.76%
B 227 of 598 ~ 37.96%

%33.28
%28.76
%37.96

CMYK RENK MODELİ

#C7ACE3 rengi CMYK tonu (12,24,0,11).

  • camgöbeği tonu 12.33%
  • eflatun tonu 24.23%
  • sarı tonu 0.00%
  • ana renk tonu 10.98%
CMYK:
(12,24,0,11)
C12M24Y0K11 
(12%,24%,0%,11%)
(0.12/0.24/0.00/0.11)	

CMYK yüzdeleri

%12.33
%24.23
%0
%10.98

Codes

Color #C7ACE3 in popluar color models

C7ACE3
RGB199172227
HSL269°49.55%78.24%
HSB/HSV269°24.23%89.02%
CMYK12.33%24.23%0.00%
10.98%

Color #C7ACE3 in popluar number systems.

HEXC7ACE3
Decimal199172227
Binary110001111010110011100011
Octal307254343

Shades and tints

Shades of #C7ACE3

#C7ACE3
(199,172,227)
#B59DCF
(181,157,207)
#A38EBB
(163,142,187)
#917FA7
(145,127,167)
#7F7093
(127,112,147)
#6D617F
(109,97,127)
#5B526B
(91,82,107)
#494357
(73,67,87)
#373443
(55,52,67)
#25252F
(37,37,47)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #C7ACE3

#C7ACE3
(199,172,227)
#CCB3E5
(204,179,229)
#D1BAE7
(209,186,231)
#D6C1E9
(214,193,233)
#DBC8EB
(219,200,235)
#E0CFED
(224,207,237)
#E5D6EF
(229,214,239)
#EADDF1
(234,221,241)
#EFE4F3
(239,228,243)
#F4EBF5
(244,235,245)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7ACE3 color. Also use rgb(199,172,227) instead hex code.

Text Font Color

.myTextColor { color: #C7ACE3; }

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

This text font color is #C7ACE3.


Background Color

.myBgColor { background-color: #C7ACE3; }

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

This div background color is #C7ACE3.


Border color

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

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

This div border color is #C7ACE3.


Opacity

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

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

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

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

This text has shadow with #C7ACE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ACE3 on black background.


Color preview on white background

This text has color #C7ACE3 on white background.



Black color preview on #C7ACE3 background

This text has black color on #C7ACE3 background.


White color preview on #C7ACE3 background

This text has white color on #C7ACE3 background.