COLOR #C7A6E1

HEX: #C7A6E1
RGB: (199,166,225)

Renk bilgisi

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

RGB renk modeli

#C7A6E1 color RGB value is (199,166,225).

  • kırmız ton 199;
  • yeşil ton 166;
  • mavi ton 225.
RGB:
(199,166,225)
(78%,65%,88%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 166 of 255 = 65%
B 225 of 255 = 88%

199
166
225

R + G + B ~ 77%. #C7A6E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 166 + 225 = 590 (100%)
R 199 of 590 ~ 33.73%
G 166 of 590 ~ 28.14%
B 225 of 590 ~ 38.14%

%33.73
%28.14
%38.14

CMYK RENK MODELİ

#C7A6E1 rengi CMYK tonu (12,26,0,12).

  • camgöbeği tonu 11.56%
  • eflatun tonu 26.22%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(12,26,0,12)
C12M26Y0K12 
(12%,26%,0%,12%)
(0.12/0.26/0.00/0.12)	

CMYK yüzdeleri

%11.56
%26.22
%0
%11.76

Codes

Color #C7A6E1 in popluar color models

C7A6E1
RGB199166225
HSL274°49.58%76.67%
HSB/HSV274°26.22%88.24%
CMYK11.56%26.22%0.00%
11.76%

Color #C7A6E1 in popluar number systems.

HEXC7A6E1
Decimal199166225
Binary110001111010011011100001
Octal307246341

Shades and tints

Shades of #C7A6E1

#C7A6E1
(199,166,225)
#B597CD
(181,151,205)
#A388B9
(163,136,185)
#9179A5
(145,121,165)
#7F6A91
(127,106,145)
#6D5B7D
(109,91,125)
#5B4C69
(91,76,105)
#493D55
(73,61,85)
#372E41
(55,46,65)
#251F2D
(37,31,45)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #C7A6E1

#C7A6E1
(199,166,225)
#CCAEE3
(204,174,227)
#D1B6E5
(209,182,229)
#D6BEE7
(214,190,231)
#DBC6E9
(219,198,233)
#E0CEEB
(224,206,235)
#E5D6ED
(229,214,237)
#EADEEF
(234,222,239)
#EFE6F1
(239,230,241)
#F4EEF3
(244,238,243)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A6E1 color. Also use rgb(199,166,225) instead hex code.

Text Font Color

.myTextColor { color: #C7A6E1; }

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

This text font color is #C7A6E1.


Background Color

.myBgColor { background-color: #C7A6E1; }

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

This div background color is #C7A6E1.


Border color

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

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

This div border color is #C7A6E1.


Opacity

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

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

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

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

This text has shadow with #C7A6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A6E1 on black background.


Color preview on white background

This text has color #C7A6E1 on white background.



Black color preview on #C7A6E1 background

This text has black color on #C7A6E1 background.


White color preview on #C7A6E1 background

This text has white color on #C7A6E1 background.