COLOR #88C3A3

HEX: #88C3A3 RGB: (136,195,163)

Color info

#88C3A3 contains red, green and blue colors in about the same proportion. Web safe color of #88C3A3 is #99CC99 (or #9C9).

RGB color model

#88C3A3 color RGB value is (136,195,163).

RGB: (136,195,163) (53%, 76%, 64%)

RGB channels and saturation

R 136 of 255 = 53%
G 195 of 255 = 76%
B 163 of 255 = 64%

136
195
163

R + G + B ~ 64%. #88C3A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 195 + 163 = 494 (100%)
R 136 of 494 ~ 27.53%
G 195 of 494 ~ 39.47%
B 163 of 494 ~ 33'%

%27.53
%39.47
%33

CMYK color model

#88C3A3 color CMYK value is (30,0,16,24).

  • cyan value is 30.26%
  • magenta value is 0.00%
  • yellow value is 16.41%
  • key color value is 23.53%
CMYK: (30,0,16,24) C30M0Y16K24 (30%,0%,16%,24%) (0.30/0.00/0.16/0.24) 

CMYK percentages

%30.26
%0
%16.41
%23.53

Codes

Color #88C3A3 in popluar color models

88 C3 A3
RGB 136 195 163
HSL 147° 32.96% 64.90%
HSB/HSV 147° 30.26% 76.47%
CMYK 30.26% 0.00% 16.41%
23.53%

Color #88C3A3 in popluar number systems.

HEX 88 C3 A3
Decimal 136 195 163
Binary 10001000 11000011 10100011
Octal 210 303 243

Shades and tints

Shades of #88C3A3

#88C3A3
(136,195,163)
#7CB295
(124,178,149)
#70A187
(112,161,135)
#649079
(100,144,121)
#587F6B
(88,127,107)
#4C6E5D
(76,110,93)
#405D4F
(64,93,79)
#344C41
(52,76,65)
#283B33
(40,59,51)
#1C2A25
(28,42,37)
#101917
(16,25,23)
#000000
(0,0,0)

Tints of #88C3A3

#88C3A3
(136,195,163)
#92C8AB
(146,200,171)
#9CCDB3
(156,205,179)
#A6D2BB
(166,210,187)
#B0D7C3
(176,215,195)
#BADCCB
(186,220,203)
#C4E1D3
(196,225,211)
#CEE6DB
(206,230,219)
#D8EBE3
(216,235,227)
#E2F0EB
(226,240,235)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C3A3 color. Also use rgb(136,195,163) instead hex code.

Text Font Color

.myTextColor { color: #88C3A3; }

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

This text font color is #88C3A3.

Background Color

.myBgColor { background-color: #88C3A3; }

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

This div background color is #88C3A3.

Border color

.myBorderColor { border: 1px solid #88C3A3; }

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

This div border color is #88C3A3.

Opacity

.myOpacity80 { color: #88C3A3; opacity: 0.8; }

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

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

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

This text has shadow with #88C3A3 color.


.textShadow {text-shadow: 3px 3px 1px #88C3A3', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88C3A3; -webkit-box-shadow: 1px 1px 3px 2px #88C3A3; box-shadow:1px 1px 3px 2px #88C3A3;">
Div content here
</div>

This div box has shadow with color #88C3A3.

Preview

Color preview on black background

This text has color #88C3A3 on black background.


Color preview on white background

This text has color #88C3A3 on white background.


Black color preview on #88C3A3 background

This text has black color on #88C3A3 background.


White color preview on #88C3A3 background

This text has white color on #88C3A3 background.


Related colors

Complementary color

Complementary color for #hex is #773C5C.


I love getcolorcode.com

Triadic colors

1 #A388C3 and #C3A388 with #88C3A3 are triadic colors.

2 #A3C388 and #C388A3 with #88C3A3 are triadic colors.