COLOR #C988CC

HEX: #C988CC
RGB: (201,136,204)

Renk bilgisi

#C988CC contains mainly red and blue colors. #C988CC ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C988CC color RGB value is (201,136,204).

  • kırmız ton 201;
  • yeşil ton 136;
  • mavi ton 204.
RGB:
(201,136,204)
(79%,53%,80%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 136 of 255 = 53%
B 204 of 255 = 80%

201
136
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 136 + 204 = 541 (100%)
R 201 of 541 ~ 37.15%
G 136 of 541 ~ 25.14%
B 204 of 541 ~ 37.71%

%37.15
%25.14
%37.71

CMYK RENK MODELİ

#C988CC rengi CMYK tonu (1,33,0,20).

  • camgöbeği tonu 1.47%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(1,33,0,20)
C1M33Y0K20 
(1%,33%,0%,20%)
(0.01/0.33/0.00/0.20)	

CMYK yüzdeleri

%1.47
%33.33
%0
%20

Codes

Color #C988CC in popluar color models

C988CC
RGB201136204
HSL297°40.00%66.67%
HSB/HSV297°33.33%80.00%
CMYK1.47%33.33%0.00%
20.00%

Color #C988CC in popluar number systems.

HEXC988CC
Decimal201136204
Binary110010011000100011001100
Octal311210314

Shades and tints

Shades of #C988CC

#C988CC
(201,136,204)
#B77CBA
(183,124,186)
#A570A8
(165,112,168)
#936496
(147,100,150)
#815884
(129,88,132)
#6F4C72
(111,76,114)
#5D4060
(93,64,96)
#4B344E
(75,52,78)
#39283C
(57,40,60)
#271C2A
(39,28,42)
#151018
(21,16,24)
#000000
(0,0,0)

Tints of #C988CC

#C988CC
(201,136,204)
#CD92D0
(205,146,208)
#D19CD4
(209,156,212)
#D5A6D8
(213,166,216)
#D9B0DC
(217,176,220)
#DDBAE0
(221,186,224)
#E1C4E4
(225,196,228)
#E5CEE8
(229,206,232)
#E9D8EC
(233,216,236)
#EDE2F0
(237,226,240)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C988CC color. Also use rgb(201,136,204) instead hex code.

Text Font Color

.myTextColor { color: #C988CC; }

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

This text font color is #C988CC.


Background Color

.myBgColor { background-color: #C988CC; }

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

This div background color is #C988CC.


Border color

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

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

This div border color is #C988CC.


Opacity

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

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

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

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

This text has shadow with #C988CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C988CC on black background.


Color preview on white background

This text has color #C988CC on white background.



Black color preview on #C988CC background

This text has black color on #C988CC background.


White color preview on #C988CC background

This text has white color on #C988CC background.