COLOR #C997C0

HEX: #C997C0
RGB: (201,151,192)

Renk bilgisi

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

RGB renk modeli

#C997C0 color RGB value is (201,151,192).

  • kırmız ton 201;
  • yeşil ton 151;
  • mavi ton 192.
RGB:
(201,151,192)
(79%,59%,75%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 151 of 255 = 59%
B 192 of 255 = 75%

201
151
192

R + G + B ~ 71%. #C997C0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 151 + 192 = 544 (100%)
R 201 of 544 ~ 36.95%
G 151 of 544 ~ 27.76%
B 192 of 544 ~ 35.29%

%36.95
%27.76
%35.29

CMYK RENK MODELİ

#C997C0 rengi CMYK tonu (0,25,4,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.88%
  • sarı tonu 4.48%
  • ana renk tonu 21.18%
CMYK:
(0,25,4,21)
C0M25Y4K21 
(0%,25%,4%,21%)
(0.00/0.25/0.04/0.21)	

CMYK yüzdeleri

%0
%24.88
%4.48
%21.18

Codes

Color #C997C0 in popluar color models

C997C0
RGB201151192
HSL311°31.65%69.02%
HSB/HSV311°24.88%78.82%
CMYK0.00%24.88%4.48%
21.18%

Color #C997C0 in popluar number systems.

HEXC997C0
Decimal201151192
Binary110010011001011111000000
Octal311227300

Shades and tints

Shades of #C997C0

#C997C0
(201,151,192)
#B78AAF
(183,138,175)
#A57D9E
(165,125,158)
#93708D
(147,112,141)
#81637C
(129,99,124)
#6F566B
(111,86,107)
#5D495A
(93,73,90)
#4B3C49
(75,60,73)
#392F38
(57,47,56)
#272227
(39,34,39)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #C997C0

#C997C0
(201,151,192)
#CDA0C5
(205,160,197)
#D1A9CA
(209,169,202)
#D5B2CF
(213,178,207)
#D9BBD4
(217,187,212)
#DDC4D9
(221,196,217)
#E1CDDE
(225,205,222)
#E5D6E3
(229,214,227)
#E9DFE8
(233,223,232)
#EDE8ED
(237,232,237)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C997C0 color. Also use rgb(201,151,192) instead hex code.

Text Font Color

.myTextColor { color: #C997C0; }

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

This text font color is #C997C0.


Background Color

.myBgColor { background-color: #C997C0; }

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

This div background color is #C997C0.


Border color

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

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

This div border color is #C997C0.


Opacity

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

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

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

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

This text has shadow with #C997C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C997C0 on black background.


Color preview on white background

This text has color #C997C0 on white background.



Black color preview on #C997C0 background

This text has black color on #C997C0 background.


White color preview on #C997C0 background

This text has white color on #C997C0 background.